Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs53l30.h68 #define CS53L30_ASP_TDMTX_ENx(x) (CS53L30_ASP_TDMTX_EN6 - (x)) macro
69 #define CS53L30_ASP_TDMTX_ENn(n) CS53L30_ASP_TDMTX_ENx((n) >> 3)
H A Dcs53l30.c828 regmap_write(priv->regmap, CS53L30_ASP_TDMTX_ENx(i), in cs53l30_set_dai_tdm_slot()
832 CS53L30_ASP_TDMTX_ENx(i), tx_enable & 0xff); in cs53l30_set_dai_tdm_slot()