Searched refs:FIFO_RDONLY (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau8820.h146 #define FIFO_RDONLY 0x00000001 macro
H A Dau8810.h155 #define FIFO_RDONLY 0x00000001 macro
H A Dau8830.h175 #define FIFO_RDONLY 0x00000001 macro
H A Dau88x0_core.c678 while (temp & FIFO_RDONLY);
773 while (temp & FIFO_RDONLY);
827 } while ((temp & FIFO_RDONLY)&&(temp & FIFO_VALID)&&(temp != 0xFFFFFFFF));

Completed in 87 milliseconds