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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 110 milliseconds