Home
last modified time | relevance | path

Searched refs:PSC_I2SCFG_MS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/sound/soc/au1x/
Dpsc-i2s.c98 ct |= PSC_I2SCFG_MS; /* PSC I2S slave mode */ in au1xpsc_i2s_set_fmt()
101 ct &= ~PSC_I2SCFG_MS; /* PSC I2S Master mode */ in au1xpsc_i2s_set_fmt()
/linux-2.6.39/arch/mips/include/asm/mach-au1x00/
Dau1xxx_psc.h252 #define PSC_I2SCFG_MS (1 << 0) macro