Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_psc.h221 #define PSC_I2SCFG_SET_LEN(x) ((((x) - 1) & 0x1f) << 4) macro
/linux-5.19.10/sound/soc/au1x/
Dpsc-i2s.c130 pscdata->cfg |= PSC_I2SCFG_SET_LEN(params->msbits); in au1xpsc_i2s_hw_params()