Searched refs:CR_SBS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0_comreg.h55 #define CR_SBS 0x08 /* Stop bit select */ macro
H A Dixp12x0_com.c187 #define CFLAGS2CR_MASK (CR_PE | CR_OES | CR_SBS | CR_DSS | CR_BRD)
765 cr |= (cflag & CSTOPB) ? CR_SBS : 0;

Completed in 196 milliseconds