Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/dev/
H A Dplcomreg.h59 #define PL010_IIR_RIS 0x02 macro
62 (PL010_IIR_RTIS | PL010_IIR_TIS | PL010_IIR_RIS | PL010_IIR_MIS)
H A Dplcom.c2193 rxintr = ISSET(istatus, PL010_IIR_RIS); in plcomintr()