Searched refs:SC01STR_FEF (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-ttysm.c214 st &= SC01STR_RXF | SC01STR_RBF | SC01STR_FEF | SC01STR_PEF |
220 if (st & SC01STR_FEF && ch == 0) {
232 } else if (st & SC01STR_FEF) {
H A Dmn10300-serial.c422 st &= SC01STR_FEF | SC01STR_PEF | SC01STR_OEF;
438 if (st & SC01STR_FEF && ch == 0) {
445 if (st & SC01STR_FEF && ch == 0) {
457 if (st & (SC01STR_FEF | SC01STR_PEF | SC01STR_OEF))
480 if (st & SC01STR_FEF) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dserial-regs.h74 #define SC01STR_FEF 0x0004 /* framing error found */ macro

Completed in 59 milliseconds