Searched refs:REG_ESAI_RFCR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_esai.h | 20 #define REG_ESAI_RFCR 0x18 macro 22 #define REG_ESAI_xFCR(tx) (tx ? REG_ESAI_TFCR : REG_ESAI_RFCR) 109 * Receive FIFO Configuration Register -- REG_ESAI_RFCR 0x18
|
H A D | fsl_esai.c | 639 regmap_update_bits(esai_priv->regmap, REG_ESAI_RFCR, in fsl_esai_register_restore() 649 regmap_update_bits(esai_priv->regmap, REG_ESAI_RFCR, ESAI_xFCR_xFR, 0); in fsl_esai_register_restore() 723 regmap_read(esai_priv->regmap, REG_ESAI_RFCR, &rfcr); in fsl_esai_hw_reset() 839 {REG_ESAI_RFCR, 0x00000000}, 868 case REG_ESAI_RFCR: in fsl_esai_readable_reg() 916 case REG_ESAI_RFCR: in fsl_esai_writeable_reg()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_esai.h | 20 #define REG_ESAI_RFCR 0x18 macro 22 #define REG_ESAI_xFCR(tx) (tx ? REG_ESAI_TFCR : REG_ESAI_RFCR) 109 * Receive FIFO Configuration Register -- REG_ESAI_RFCR 0x18
|
H A D | fsl_esai.c | 634 regmap_update_bits(esai_priv->regmap, REG_ESAI_RFCR, in fsl_esai_register_restore() 644 regmap_update_bits(esai_priv->regmap, REG_ESAI_RFCR, ESAI_xFCR_xFR, 0); in fsl_esai_register_restore() 718 regmap_read(esai_priv->regmap, REG_ESAI_RFCR, &rfcr); in fsl_esai_hw_reset() 835 {REG_ESAI_RFCR, 0x00000000}, 864 case REG_ESAI_RFCR: in fsl_esai_readable_reg() 912 case REG_ESAI_RFCR: in fsl_esai_writeable_reg()
|
Completed in 5 milliseconds