Home
last modified time | relevance | path

Searched refs:REG_ESAI_RSMB (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/fsl/
Dfsl_esai.h46 #define REG_ESAI_RSMB 0xF0 macro
48 #define REG_ESAI_xSMB(tx) (tx ? REG_ESAI_TSMB : REG_ESAI_RSMB)
Dfsl_esai.c855 {REG_ESAI_RSMB, 0x0000ffff},
883 case REG_ESAI_RSMB: in fsl_esai_readable_reg()
932 case REG_ESAI_RSMB: in fsl_esai_writeable_reg()
1066 regmap_write(esai_priv->regmap, REG_ESAI_RSMB, 0); in fsl_esai_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch10389 regmap_write(esai_priv->regmap, REG_ESAI_RSMB, 0);