HomeSort by: relevance | last modified time | path
    Searched refs:DSS_8BIT (Results 1 - 2 of 2) sorted by relevancy

  /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;

Completed in 35 milliseconds