Searched refs:PL011_INT_RX (Results 1 – 2 of 2) sorted by relevance
128 #define PL011_INT_RX 0x010 macro137 (PL011_INT_RT | PL011_INT_TX | PL011_INT_RX | PL011_INT_MSMASK)
458 sc->sc_imsc = PL011_INT_RX | PL011_INT_RT; in plcom_enable_debugport()777 SET(sc->sc_imsc, PL011_INT_RT | PL011_INT_RX); in plcom_shutdown()789 SET(sc->sc_imsc, PL011_INT_RT | PL011_INT_RX); in plcom_shutdown()890 SET(sc->sc_imsc, PL011_INT_RT | PL011_INT_RX | in plcomopen()1959 PL011_INT_RX | PL011_INT_RT); in plcom_rxsoft()2185 PL011_INT_RT | PL011_INT_RX); in plcomintr()2203 rxintr = ISSET(istatus, PL011_INT_RX); in plcomintr()