Lines Matching refs:ier
288 uint32_t ier; member
346 u->ier = UART_DM_IMR_ENABLED; in msm_bus_attach()
349 uart_setreg(bas, UART_DM_IMR, u->ier); in msm_bus_attach()
374 u->ier |= UART_DM_TX_READY; in msm_bus_transmit()
375 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_transmit()
408 u->ier |= UART_DM_RXLEV; in msm_bus_receive()
409 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_receive()
467 u->ier &= ~UART_DM_RXLEV; in msm_bus_ipend()
468 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend()
488 u->ier &= ~UART_DM_TX_READY; in msm_bus_ipend()
489 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend()
498 u->ier &= ~UART_DM_TXLEV; in msm_bus_ipend()
499 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend()
557 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ungrab()