Home
last modified time | relevance | path

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

/netbsd/sys/arch/evbarm/dev/
H A Dplcomreg.h48 #define PL010_CR_RTIE 0x0040 /* Receive timeout interrupt enable */ macro
H A Dplcom.c448 SET(sc->sc_cr, PL010_CR_RIE | PL010_CR_RTIE); in plcom_enable_debugport()
772 SET(sc->sc_cr, PL010_CR_RIE | PL010_CR_RTIE); in plcom_shutdown()
783 SET(sc->sc_cr, PL010_CR_RIE | PL010_CR_RTIE); in plcom_shutdown()
883 PL010_CR_RIE | PL010_CR_RTIE | PL010_CR_MSIE); in plcomopen()
1953 PL010_CR_RIE | PL010_CR_RTIE); in plcom_rxsoft()
2179 PL010_CR_RIE | PL010_CR_RTIE); in plcomintr()