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

  /src/sys/arch/evbarm/dev/
plcomreg.h 67 #define PL01X_LCR_8BITS 0x60 /* 8 bits per serial word */
plcom.c 414 bus_space_write_4(iot, ioh, plcom_lcr, PL01X_LCR_8BITS);
421 if (bus_space_read_4(iot, ioh, plcom_lcr) != PL01X_LCR_8BITS)
1387 SET(lcr, PL01X_LCR_8BITS);

Completed in 45 milliseconds