Searched refs:PCM_INTF_CON1_SYNC_LEN (Results 1 – 2 of 2) sorted by relevance
73 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()
878 #define PCM_INTF_CON1_SYNC_LEN(x) FIELD_PREP(PCM_INTF_CON1_SYNC_LEN_MASK, ((x) - 1)) macro