Searched refs:FIFO_EMPTY (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h185 #define FIFO_EMPTY 0xffffffff macro
247 unsigned long register_value = FIFO_EMPTY;
267 register_value = FIFO_EMPTY;
292 * returns FIFO_EMPTY if there is nothing to read
299 if (register_value != FIFO_EMPTY)
303 if (register_value != FIFO_EMPTY)
H A DFlashPoint.c656 #define FIFO_EMPTY BIT(6) macro
3770 if (!(RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY)) {
3776 if (RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY) {
3789 while (!(RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY)) {
3862 while (RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY) {
3878 if ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) ||
4396 while ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) &&
4400 if (!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) {
4415 while ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY))
H A Dhpsa.c320 a = FIFO_EMPTY;
2948 while (raw_tag != FIFO_EMPTY) {
2967 while (raw_tag != FIFO_EMPTY) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.h177 #define FIFO_EMPTY 0xffffffff macro
290 * returns FIFO_EMPTY if there is nothing to read
296 if(register_value != FIFO_EMPTY)
316 unsigned long register_value = FIFO_EMPTY;
336 register_value = FIFO_EMPTY;
H A Dcciss.c3416 a = FIFO_EMPTY;
3472 while (raw_tag != FIFO_EMPTY) {
3494 while (raw_tag != FIFO_EMPTY) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau8820.h149 #define FIFO_EMPTY 0x00000020 macro
H A Dau8810.h158 #define FIFO_EMPTY 0x00000020 macro
H A Dau8830.h178 #define FIFO_EMPTY 0x00000020 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dnet2280.h427 #define FIFO_EMPTY 10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dnet2280.h428 #define FIFO_EMPTY 10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddas800.c81 #define FIFO_EMPTY 0x1 macro
406 fifo_empty = dataPoint & FIFO_EMPTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Domap_udc.c351 #define FIFO_EMPTY (UDC_NON_ISO_FIFO_EMPTY | UDC_ISO_FIFO_EMPTY) macro
352 #define FIFO_UNREADABLE (UDC_EP_HALTED | FIFO_EMPTY)
455 if (ep_stat & FIFO_EMPTY) {
H A Dnet2280.c884 if ((s & (1 << FIFO_EMPTY)) == 0) {
2140 if (likely (t & (1 << FIFO_EMPTY))) {

Completed in 136 milliseconds