Searched refs:MCHP_I2SMCC_CR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | mchp-i2s-mcc.c | 30 #define MCHP_I2SMCC_CR 0x0000 /* Control Register */ macro 719 regmap_write(dev->regmap, MCHP_I2SMCC_CR, MCHP_I2SMCC_CR_CKDIS); in mchp_i2s_mcc_hw_free() 791 regmap_write(dev->regmap, MCHP_I2SMCC_CR, cr); in mchp_i2s_mcc_trigger() 803 return regmap_write(dev->regmap, MCHP_I2SMCC_CR, in mchp_i2s_mcc_startup()
|
/kernel/linux/linux-6.6/sound/soc/atmel/ |
H A D | mchp-i2s-mcc.c | 31 #define MCHP_I2SMCC_CR 0x0000 /* Control Register */ macro 773 regmap_write(dev->regmap, MCHP_I2SMCC_CR, MCHP_I2SMCC_CR_CKDIS); in mchp_i2s_mcc_hw_free() 854 regmap_write(dev->regmap, MCHP_I2SMCC_CR, cr); in mchp_i2s_mcc_trigger() 866 return regmap_write(dev->regmap, MCHP_I2SMCC_CR, in mchp_i2s_mcc_startup()
|
Completed in 3 milliseconds