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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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)

Completed in 40 milliseconds