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

  /src/sys/dev/ic/
sl811hsreg.h 77 #define SL11_EPSTAT_NAK (0x40)
85 SL11_EPSTAT_NAK | \
91 SL11_EPSTAT_NAK | \
sl811hs.c 640 !!((s) & SL11_EPSTAT_STALL), !!((s) & SL11_EPSTAT_NAK), \
658 !!((r) & SL11_EPSTAT_STALL), !!((r) & SL11_EPSTAT_NAK), \
2025 (status & SL11_EPSTAT_ERRBITS) != SL11_EPSTAT_NAK) {
2073 else if (status & SL11_EPSTAT_NAK)
2077 } else if (status & SL11_EPSTAT_NAK) {
  /src/sys/arch/mips/adm5120/dev/
ahci.c 1401 if (!(result & SL11_EPSTAT_NAK) && ls_via_hub) {
1419 if ((result & SL11_EPSTAT_NAK))

Completed in 16 milliseconds