Home
last modified time | relevance | path

Searched refs:PL01X_LCR_8BITS (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/evbarm/dev/
H A Dplcomreg.h67 #define PL01X_LCR_8BITS 0x60 /* 8 bits per serial word */ macro
H A Dplcom.c414 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); in cflag2lcr()