| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | lm3639_bl.c | 28 #define REG_ENABLE 0x0A macro 83 ret = regmap_update_bits(pchip->regmap, REG_ENABLE, 0x79, reg_val); in lm3639_chip_init() 128 ret = regmap_update_bits(pchip->regmap, REG_ENABLE, 0x01, 0x00); in lm3639_bled_update_status() 130 ret = regmap_update_bits(pchip->regmap, REG_ENABLE, 0x01, 0x01); in lm3639_bled_update_status() 236 ret = regmap_update_bits(pchip->regmap, REG_ENABLE, 0x06, 0x00); in lm3639_torch_brightness_set() 246 ret = regmap_update_bits(pchip->regmap, REG_ENABLE, 0x06, 0x02); in lm3639_torch_brightness_set() 272 ret = regmap_update_bits(pchip->regmap, REG_ENABLE, 0x06, 0x00); in lm3639_flash_brightness_set() 284 ret = regmap_update_bits(pchip->regmap, REG_ENABLE, 0x06, 0x06); in lm3639_flash_brightness_set() 397 regmap_write(pchip->regmap, REG_ENABLE, 0x00); in lm3639_remove()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | lm3646.c | 23 #define REG_ENABLE 0x01 macro 87 REG_ENABLE, flash->mode_reg | MODE_SHDN); in lm3646_mode_ctrl() 90 REG_ENABLE, flash->mode_reg | MODE_TORCH); in lm3646_mode_ctrl() 93 REG_ENABLE, flash->mode_reg | MODE_FLASH); in lm3646_mode_ctrl() 155 rval = regmap_read(flash->regmap, REG_ENABLE, ®_val); in lm3646_set_ctrl() 168 rval = regmap_read(flash->regmap, REG_ENABLE, ®_val); in lm3646_set_ctrl() 300 rval = regmap_read(flash->regmap, REG_ENABLE, ®_val); in lm3646_init_device()
|
| H A D | lm3560.c | 24 #define REG_ENABLE 0x10 macro 75 REG_ENABLE, 0x03, MODE_SHDN); in lm3560_mode_ctrl() 79 REG_ENABLE, 0x03, MODE_TORCH); in lm3560_mode_ctrl() 83 REG_ENABLE, 0x03, MODE_FLASH); in lm3560_mode_ctrl() 98 REG_ENABLE, 0x08, 0x08); in lm3560_enable_ctrl() 101 REG_ENABLE, 0x08, 0x00); in lm3560_enable_ctrl() 105 REG_ENABLE, 0x10, 0x10); in lm3560_enable_ctrl() 108 REG_ENABLE, 0x10, 0x00); in lm3560_enable_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | moxart_wdt.c | 25 #define REG_ENABLE 0xC macro 42 writel(0x03, moxart_wdt->base + REG_ENABLE); in moxart_wdt_restart() 51 writel(0, moxart_wdt->base + REG_ENABLE); in moxart_wdt_stop() 63 writel(0x03, moxart_wdt->base + REG_ENABLE); in moxart_wdt_start()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-lm3642.c | 21 #define REG_ENABLE (0xA) macro 93 ret = regmap_update_bits(chip->regmap, REG_ENABLE, EX_PIN_ENABLE_MASK, in lm3642_chip_init() 159 ret = regmap_update_bits(chip->regmap, REG_ENABLE, in lm3642_control() 185 ret = regmap_update_bits(chip->regmap, REG_ENABLE, in lm3642_torch_pin_store() 232 ret = regmap_update_bits(chip->regmap, REG_ENABLE, in lm3642_strobe_pin_store() 390 regmap_write(chip->regmap, REG_ENABLE, 0); in lm3642_remove()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rk_eink/ |
| H A D | tps65185.c | 33 #define REG_ENABLE 0x01 macro 299 tps65185_i2c_write(priv_data, REG_ENABLE, priv_data->shadow_en); in tps65185_power_on() 302 tps65185_i2c_write(priv_data, REG_ENABLE, priv_data->shadow_en); in tps65185_power_on() 313 tps65185_i2c_write(priv_data, REG_ENABLE, priv_data->shadow_en); in tps65185_power_down() 316 tps65185_i2c_write(priv_data, REG_ENABLE, priv_data->shadow_en); in tps65185_power_down() 380 tps65185_i2c_write(priv_data, REG_ENABLE, priv_data->shadow_en); in tps65185_hw_init()
|
| /OK3568_Linux_fs/kernel/drivers/interconnect/qcom/ |
| H A D | osm-l3.c | 28 #define REG_ENABLE 0x0 macro 226 if (!(readl_relaxed(qp->base + REG_ENABLE) & 0x1)) { in qcom_osm_l3_probe()
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | max77686_pmic.h | 139 REG_ENABLE enumerator
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | max96755f.h | 56 #define REG_ENABLE BIT(2) macro
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | max96755f.h | 69 #define REG_ENABLE BIT(2) macro
|