Searched refs:PCI224_DACCON_FIFOFL (Results 1 – 1 of 1) sorted by relevance
161 #define PCI224_DACCON_FIFOFL(x) (((x) & 0x7) << 12) macro162 #define PCI224_DACCON_FIFOFL_MASK PCI224_DACCON_FIFOFL(7)163 #define PCI224_DACCON_FIFOFL_EMPTY PCI224_DACCON_FIFOFL(1) /* 0 */164 #define PCI224_DACCON_FIFOFL_ONETOHALF PCI224_DACCON_FIFOFL(0) /* 1-2048 */165 #define PCI224_DACCON_FIFOFL_HALFTOFULL PCI224_DACCON_FIFOFL(4) /* 2049-4095 */166 #define PCI224_DACCON_FIFOFL_FULL PCI224_DACCON_FIFOFL(6) /* 4096 */