Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_psc.h102 #define PSC_AC97CFG_GET_LEN(x) (((((x) >> 21) & 0xf) * 2) + 2) macro
/openbmc/linux/sound/soc/au1x/
H A Dpsc-ac97.c223 if ((PSC_AC97CFG_GET_LEN(r) != params->msbits) || in au1xpsc_ac97_hw_params()