Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_msm.c165 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 Duart_dev_msm.h112 #define UART_DM_IMR 0x14 macro