Home
last modified time | relevance | path

Searched refs:REG_LCR (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/dev/uart/
H A Duart_dev_ns8250.c112 lcr = uart_getreg(bas, REG_LCR); in ns8250_delay()
117 uart_setreg(bas, REG_LCR, lcr); in ns8250_delay()
280 uart_setreg(bas, REG_LCR, lcr); in ns8250_param()
680 lcr = uart_getreg(bas, REG_LCR); in ns8250_bus_ioctl()
685 uart_setreg(bas, REG_LCR, lcr); in ns8250_bus_ioctl()
689 lcr = uart_getreg(bas, REG_LCR); in ns8250_bus_ioctl()
691 uart_setreg(bas, REG_LCR, 0xbf); in ns8250_bus_ioctl()
700 uart_setreg(bas, REG_LCR, lcr); in ns8250_bus_ioctl()
704 lcr = uart_getreg(bas, REG_LCR); in ns8250_bus_ioctl()
715 uart_setreg(bas, REG_LCR, lcr); in ns8250_bus_ioctl()
[all …]
/freebsd-14.2/usr.sbin/bhyve/
H A Duart_emul.c284 case REG_LCR: in uart_ns16550_write()
380 case REG_LCR: in uart_ns16550_read()
/freebsd-14.2/sys/dev/ic/
H A Dns16550.h73 #define REG_LCR com_lcr macro
/freebsd-14.2/sys/dev/puc/
H A Dpucdata.c1480 bus_write_1(bar->b_res, REG_LCR, LCR_DLAB); in puc_config_quatech()
1485 bus_write_1(bar->b_res, REG_LCR, 0); in puc_config_quatech()