Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/ixp12x0/ | |
ixp12x0_comreg.h | 63 #define DSS_8BIT (3 << 5) /* 8Bits */ |
ixp12x0_com.c | 223 | CR_UE | sc->sc_rie | sc->sc_xie | DSS_8BIT; 766 cr |= ((cflag & CSIZE) == CS8) ? DSS_8BIT : 0; |