Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmt6660.c169 SND_SOC_DAPM_OUT_DRV_E("ClassD", MT6660_REG_SYSTEM_CTRL, 2, 0,
221 return regmap_write_bits(chip->regmap, MT6660_REG_SYSTEM_CTRL, in _mt6660_chip_power_on()
435 ret = regmap_write(chip->regmap, MT6660_REG_SYSTEM_CTRL, 0x00); in _mt6660_chip_sw_reset()
438 ret = regmap_write(chip->regmap, MT6660_REG_SYSTEM_CTRL, 0x80); in _mt6660_chip_sw_reset()
538 MT6660_REG_SYSTEM_CTRL, 0x01, 0x01); in mt6660_i2c_runtime_suspend()
547 MT6660_REG_SYSTEM_CTRL, 0x01, 0x00); in mt6660_i2c_runtime_resume()
H A Dmt6660.h32 #define MT6660_REG_SYSTEM_CTRL (0x03) macro