tag | line | file | source code |
---|---|---|---|
chg_and_stat | 912 | drivers/char/scc.c | register unsigned char status,changes,chg_and_stat; |
chg_and_stat | 918 | drivers/char/scc.c | chg_and_stat = changes & status; |
chg_and_stat | 922 | drivers/char/scc.c | if (chg_and_stat & BRK_ABRT) /* Received an ABORT */ |
chg_and_stat | 946 | drivers/char/scc.c | if (chg_and_stat & CTS) /* CTS is now ON */ |