Searched refs:FIFO_STATUS (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dhardware.h45 #define FIFO_STATUS 5 /* FIFO Status Register */ macro
H A Dmessage.c44 if (inb(sc_adapter[card]->ioport[FIFO_STATUS]) & RF_HAS_DATA) {
137 while (!(inb(sc_adapter[card]->ioport[FIFO_STATUS]) & WF_NOT_FULL))
H A Dcommand.c361 while(inb(sc_adapter[card]->ioport[FIFO_STATUS]) & RF_HAS_DATA)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2hw.h139 // available in some of the bits in FIFO_STATUS. This (bidirectional) FIFO is
160 #define FIFO_STATUS 2 macro
227 // the status register (FIFO_STATUS) except for
281 // in FIFO_STATUS. Moreover, although the Outbound Mailbox can be read back by
H A Di2ellis.c108 pB->i2eStatus = address + FIFO_STATUS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dadxl34x.c53 #define FIFO_STATUS 0x39 /* R FIFO status */ macro
142 /* FIFO_STATUS Bits */
371 samples = ENTRIES(AC_READ(ac, FIFO_STATUS)) + 1;
383 * reading the FIFO_STATUS register. For SPI operation at

Completed in 82 milliseconds