Searched refs:SH_FSI_FMT_MASK (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dsh_fsi.h55 #define SH_FSI_FMT_MASK 0x000000FF macro
56 #define SH_FSI_IFMT(x) (((SH_FSI_FMT_ ## x) & SH_FSI_FMT_MASK) << 8)
57 #define SH_FSI_OFMT(x) (((SH_FSI_FMT_ ## x) & SH_FSI_FMT_MASK) << 0)
58 #define SH_FSI_GET_IFMT(x) ((x >> 8) & SH_FSI_FMT_MASK)
59 #define SH_FSI_GET_OFMT(x) ((x >> 0) & SH_FSI_FMT_MASK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dsh_fsi.h55 #define SH_FSI_FMT_MASK 0x000000FF macro
56 #define SH_FSI_IFMT(x) (((SH_FSI_FMT_ ## x) & SH_FSI_FMT_MASK) << 8)
57 #define SH_FSI_OFMT(x) (((SH_FSI_FMT_ ## x) & SH_FSI_FMT_MASK) << 0)
58 #define SH_FSI_GET_IFMT(x) ((x >> 8) & SH_FSI_FMT_MASK)
59 #define SH_FSI_GET_OFMT(x) ((x >> 0) & SH_FSI_FMT_MASK)

Completed in 55 milliseconds