Home
last modified time | relevance | path

Searched refs:UART_LCR_WLS0 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/evbmips/rasoc/
H A Dconsole.c130 UART_LCR_WLS0 | UART_LCR_WLS1 | UART_LCR_DLAB); in ra_console_early()
135 UART_LCR_WLS0 | UART_LCR_WLS1); in ra_console_early()
/netbsd-src/sys/arch/mips/ralink/
H A Dralink_com.c435 UART_LCR_WLS0 | UART_LCR_WLS1 | UART_LCR_DLAB); in ralink_com_early()
442 uart_write(RA_UART_LCR, UART_LCR_WLS0 | UART_LCR_WLS1); in ralink_com_early()
H A Dralink_reg.h642 #define UART_LCR_WLS0 __BIT(0) /* Word Length Select */ macro