Searched refs:SL11_PID_IN (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dsl811hsreg.h65 #define SL11_PID_IN (0x90) macro
H A Dsl811hs.c887 | (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_IN ? SL11_PID_IN :
928 spipe->newpid |= SL11_PID_IN;
983 if ((spipe->tregs[PID] & SL11_PID_BITS) != SL11_PID_IN)
2050 if (actlen && (spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN) {
2130 if ((spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN)
2316 != SL11_PID_IN) {
/netbsd-current/sys/arch/mips/adm5120/dev/
H A Dahci.c1350 pid, len, (pid == SL11_PID_IN) ? "<-" : "->", devaddr, endpoint));
1359 if (pid != SL11_PID_IN) {
1378 if (sc->sc_sltype == SLTYPE_SL811HS_R12 && pid == SL11_PID_IN) {
1423 if (pid == SL11_PID_IN && len > 0) {

Completed in 203 milliseconds