Searched refs:ETDM_IN_CON5_ENABLE_ODD (Results 1 – 4 of 4) sorted by relevance
1802 val |= ETDM_IN_CON5_ENABLE_ODD(i >> 1); in mtk_dai_etdm_in_configure()1805 val |= ETDM_IN_CON5_ENABLE_ODD(i >> 1); in mtk_dai_etdm_in_configure()
2736 #define ETDM_IN_CON5_ENABLE_ODD(x) BIT(((x) & 0xf)) macro
2004 val |= ETDM_IN_CON5_ENABLE_ODD(i >> 1); in mtk_dai_etdm_in_configure()2007 val |= ETDM_IN_CON5_ENABLE_ODD(i >> 1); in mtk_dai_etdm_in_configure()
3047 #define ETDM_IN_CON5_ENABLE_ODD(x) BIT(((x) & 0xffff)) macro