Home
last modified time | relevance | path

Searched refs:FIFO_BITS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/sound/pci/au88x0/
Dau8810.h166 #define FIFO_BITS 0x03880000 macro
Dau8830.h184 #define FIFO_BITS 0x1c400000 macro
Dau88x0_core.c864 ((f & 1) << 0x1b) | (temp & 0xe7ffffef) | FIFO_BITS; in vortex_fifo_setadbctrl()
868 ((f & 1) << 0x18) | (temp & 0xfcffffef) | FIFO_BITS; in vortex_fifo_setadbctrl()
956 ((f & 1) << 0x1b) | (temp & 0xe7ffffef) | FIFO_BITS; in vortex_fifo_setwtctrl()
960 ((f & 1) << 0x18) | (temp & 0xfcffffef) | FIFO_BITS; in vortex_fifo_setwtctrl()