Searched refs:SL11_PID_BITS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dsl811hsreg.h61 #define SL11_PID_BITS (0xf0) macro
H A Dsl811hs.c925 spipe->newpid &= ~SL11_PID_BITS;
935 (spipe->newpid & SL11_PID_BITS) == SL11_PID_OUT)
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)
2315 if (spipe->tregs[LEN] && (spipe->tregs[PID] & SL11_PID_BITS)

Completed in 207 milliseconds