Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/include/booke/
Detsecreg.h283 #define RCTRL_PRSDEP __PPCBITS(24,25) macro
284 #define RCTRL_PRSDEP_L4 __SHIFTIN(3,RCTRL_PRSDEP)
285 #define RCTRL_PRSDEP_L3 __SHIFTIN(2,RCTRL_PRSDEP)
286 #define RCTRL_PRSDEP_L2 __SHIFTIN(1,RCTRL_PRSDEP)
287 #define RCTRL_PRSDEP_OFF __SHIFTIN(0,RCTRL_PRSDEP)
/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3etsec.c912 ~(RCTRL_IPCSEN | RCTRL_TUCSEN | RCTRL_VLEX | RCTRL_PRSDEP); in pq3etsec_ifinit()
928 & (RCTRL_IPCSEN | RCTRL_TUCSEN | RCTRL_VLEX | RCTRL_PRSDEP)) in pq3etsec_ifinit()
935 __SHIFTOUT(sc->sc_rctrl, RCTRL_PRSDEP)); in pq3etsec_ifinit()
1001 if ((sc->sc_rctrl & RCTRL_PRSDEP) != RCTRL_PRSDEP_OFF) in pq3etsec_ifinit()
1589 if ((sc->sc_rctrl & RCTRL_PRSDEP) != RCTRL_PRSDEP_OFF) { in pq3etsec_rx_input()