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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau8820.h153 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20 macro
154 #define FIFO_MASK (FIFO_SIZE-1) //0x1f /* at shift left 0xc */
H A Dau8810.h162 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20 macro
163 #define FIFO_MASK (FIFO_SIZE-1) //0x1f /* at shift left 0xc */
165 //#define FIFO_SIZE 0x20
H A Dau8830.h182 #define FIFO_SIZE (1<<(FIFO_SIZE_BITS)) // 0x40 macro
183 #define FIFO_MASK (FIFO_SIZE-1) //0x3f /* at shift left 0xc */
H A Dau88x0_core.c685 vortex_fifo_clearadbdata(vortex, fifo, FIFO_SIZE); // this_4
723 vortex_fifo_clearadbdata(vortex, fifo, FIFO_SIZE);
742 vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE);
777 vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE); // this_4
815 vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE);
844 vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE);
859 vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE);
897 vortex_fifo_clearadbdata(vortex, x, FIFO_SIZE);
910 vortex_fifo_clearwtdata(vortex, x, FIFO_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c59 #define FIFO_SIZE (MAX_CHARS-1) /* it's a uchar */ macro
990 the_port->fifosize = FIFO_SIZE;
1940 the_port->fifosize = FIFO_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c142 #define FIFO_SIZE 64 macro
167 u8 fifo_buf [FIFO_SIZE];
567 _req->length <= FIFO_SIZE) {

Completed in 72 milliseconds