Home
last modified time | relevance | path

Searched refs:SL11_EPSTAT_NAK (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dsl811hsreg.h77 #define SL11_EPSTAT_NAK (0x40) macro
85 SL11_EPSTAT_NAK | \
91 SL11_EPSTAT_NAK | \
Dsl811hs.c640 !!((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) { in slhci_abdone()
2073 else if (status & SL11_EPSTAT_NAK) in slhci_abdone()
2077 } else if (status & SL11_EPSTAT_NAK) { in slhci_abdone()
/netbsd/src/sys/arch/mips/adm5120/dev/
Dahci.c1401 if (!(result & SL11_EPSTAT_NAK) && ls_via_hub) { in ahci_transaction()
1419 if ((result & SL11_EPSTAT_NAK)) in ahci_transaction()