Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dcs53l30.h72 #define CS53L30_ASP_TDMTX_ENx(x) (CS53L30_ASP_TDMTX_EN6 - (x)) macro
73 #define CS53L30_ASP_TDMTX_ENn(n) CS53L30_ASP_TDMTX_ENx((n) >> 3)
Dcs53l30.c831 regmap_write(priv->regmap, CS53L30_ASP_TDMTX_ENx(i), in cs53l30_set_dai_tdm_slot()
835 CS53L30_ASP_TDMTX_ENx(i), tx_enable & 0xff); in cs53l30_set_dai_tdm_slot()