HomeSort by: relevance | last modified time | path
    Searched refs:SL11_PID_BITS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
sl811hsreg.h 61 #define SL11_PID_BITS (0xf0)
sl811hs.c 925 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 14 milliseconds