Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/mediatek/mt8195/
Dmt8195-dai-etdm.c1732 val |= ETDM_IN_CON5_LR_SWAP(15); in mtk_dai_etdm_in_configure()
1734 val |= ETDM_IN_CON5_LR_SWAP(i >> 1); in mtk_dai_etdm_in_configure()
Dmt8195-reg.h2734 #define ETDM_IN_CON5_LR_SWAP(x) BIT(((x) & 0xf) + 16) macro