Searched refs:VALID_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/net/wireless/p54/
H A Dnet2280.h358 #define VALID_BIT 31 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dnet2280.h359 #define VALID_BIT 31 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dnet2280.c145 #define valid_bit cpu_to_le32 (1 << VALID_BIT)
650 dmacount |= (1 << VALID_BIT);
657 /* 2280 may be polling VALID_BIT through ep->dma->dmadesc */
685 unsigned int tmp = (1 << VALID_BIT) | (ep->is_in << DMA_DIRECTION);
965 if ((tmp & (1 << VALID_BIT)) != 0)
2627 * may still have VALID_BIT clear; that's
2635 (1 << VALID_BIT)

Completed in 97 milliseconds