Searched refs:vdcdc2 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/mfd/ |
H A D | tps65010.c | 242 seq_printf(s, "vdcdc2 %02x\n", value); in dbg_show() 576 pr_debug("%s: vdcdc1 0x%02x, vdcdc2 %02x, vregs1 %02x\n", DRIVER_NAME, in tps65010_probe() 841 unsigned vdcdc2; in tps65010_set_vib() local 848 vdcdc2 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC2); in tps65010_set_vib() 849 vdcdc2 &= ~(1 << 1); in tps65010_set_vib() 851 vdcdc2 |= (1 << 1); in tps65010_set_vib() 853 TPS_VDCDC2, vdcdc2); in tps65010_set_vib() 952 pr_debug("%s: vdcdc2 0x%02x\n", DRIVER_NAME, in tps65010_config_vdcdc2() 958 printk(KERN_ERR "%s: Failed to write vdcdc2 register\n", in tps65010_config_vdcdc2()
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | tps6507x.txt | 14 tps6507x: vdcdc1, vdcdc2, vdcdc3, vldo1, vldo2
|