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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci.h237 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT) macro
H A Dehci-q.c317 const __le32 halt = HALT_BIT(ehci);
1068 qtd->hw_token = HALT_BIT(ehci);
H A Doxu210hp-hcd.c967 #define HALT_BIT cpu_to_le32(QTD_STS_HALT) macro
1087 if ((HALT_BIT & qh->hw_token) == 0) {
1089 qh->hw_token |= HALT_BIT;
1575 qtd->hw_token = HALT_BIT;

Completed in 65 milliseconds