Searched refs:REG_LCR (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/mips/cavium/ |
| HD | uart_dev_oct16550.c | 115 lcr = uart_getreg(bas, REG_LCR); in oct16550_delay() 116 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in oct16550_delay() 120 uart_setreg(bas, REG_LCR, lcr); in oct16550_delay() 246 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in oct16550_param() 255 uart_setreg(bas, REG_LCR, lcr); in oct16550_param() 537 lcr = uart_getreg(bas, REG_LCR); in oct16550_bus_ioctl() 542 uart_setreg(bas, REG_LCR, lcr); in oct16550_bus_ioctl() 546 lcr = uart_getreg(bas, REG_LCR); in oct16550_bus_ioctl() 548 uart_setreg(bas, REG_LCR, 0xbf); in oct16550_bus_ioctl() 557 uart_setreg(bas, REG_LCR, lcr); in oct16550_bus_ioctl() [all …]
|
| /freebsd-11-stable/sys/dev/uart/ |
| HD | uart_dev_ns8250.c | 110 lcr = uart_getreg(bas, REG_LCR); in ns8250_delay() 111 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in ns8250_delay() 115 uart_setreg(bas, REG_LCR, lcr); in ns8250_delay() 237 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in ns8250_param() 245 uart_setreg(bas, REG_LCR, lcr); in ns8250_param() 626 lcr = uart_getreg(bas, REG_LCR); in ns8250_bus_ioctl() 631 uart_setreg(bas, REG_LCR, lcr); in ns8250_bus_ioctl() 635 lcr = uart_getreg(bas, REG_LCR); in ns8250_bus_ioctl() 637 uart_setreg(bas, REG_LCR, 0xbf); in ns8250_bus_ioctl() 646 uart_setreg(bas, REG_LCR, lcr); in ns8250_bus_ioctl() [all …]
|
| HD | uart_dev_lpc.c | 225 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in lpc_ns8250_param() 239 uart_setreg(bas, REG_LCR, lcr); in lpc_ns8250_param() 568 lcr = uart_getreg(bas, REG_LCR); in lpc_ns8250_bus_ioctl() 573 uart_setreg(bas, REG_LCR, lcr); in lpc_ns8250_bus_ioctl() 577 lcr = uart_getreg(bas, REG_LCR); in lpc_ns8250_bus_ioctl() 579 uart_setreg(bas, REG_LCR, 0xbf); in lpc_ns8250_bus_ioctl() 588 uart_setreg(bas, REG_LCR, lcr); in lpc_ns8250_bus_ioctl() 592 lcr = uart_getreg(bas, REG_LCR); in lpc_ns8250_bus_ioctl() 594 uart_setreg(bas, REG_LCR, 0xbf); in lpc_ns8250_bus_ioctl() 603 uart_setreg(bas, REG_LCR, lcr); in lpc_ns8250_bus_ioctl() [all …]
|
| /freebsd-11-stable/sys/dev/ic/ |
| HD | ns16550.h | 67 #define REG_LCR com_lcr macro
|
| /freebsd-11-stable/usr.sbin/bhyve/ |
| HD | uart_emul.c | 466 case REG_LCR: in uart_write() 562 case REG_LCR: in uart_read()
|
| /freebsd-11-stable/sys/dev/puc/ |
| HD | pucdata.c | 1468 bus_write_1(bar->b_res, REG_LCR, LCR_DLAB); in puc_config_quatech() 1473 bus_write_1(bar->b_res, REG_LCR, 0); in puc_config_quatech()
|