Searched refs:REG_SSI_SxCCR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_ssi.h | 38 #define REG_SSI_SxCCR(tx) ((tx) ? REG_SSI_STCCR : REG_SSI_SRCCR) macro
|
H A D | fsl_ssi.c | 773 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); in fsl_ssi_set_bclk() 858 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); in fsl_ssi_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_ssi.h | 38 #define REG_SSI_SxCCR(tx) ((tx) ? REG_SSI_STCCR : REG_SSI_SRCCR) macro
|
H A D | fsl_ssi.c | 777 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); in fsl_ssi_set_bclk() 863 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); in fsl_ssi_hw_params()
|
Completed in 6 milliseconds