Searched refs:UART_DM_IMR (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/uart/ |
| H A D | uart_dev_msm.c | 165 uart_setreg(bas, UART_DM_IMR, 0); in msm_init() 349 uart_setreg(bas, UART_DM_IMR, u->ier); in msm_bus_attach() 375 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_transmit() 409 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_receive() 468 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend() 489 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend() 499 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend() 542 SETREG(bas, UART_DM_IMR, 0); in msm_bus_grab() 557 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ungrab()
|
| H A D | uart_dev_msm.h | 112 #define UART_DM_IMR 0x14 macro
|