Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/mediatek/mt8365/
Dmt8365-dai-pcm.c73 val |= PCM_INTF_CON1_SYNC_LEN(1); in mt8365_dai_configure_pcm1()
75 val |= PCM_INTF_CON1_SYNC_LEN(bit_width); in mt8365_dai_configure_pcm1()
Dmt8365-reg.h878 #define PCM_INTF_CON1_SYNC_LEN(x) FIELD_PREP(PCM_INTF_CON1_SYNC_LEN_MASK, ((x) - 1)) macro