Searched refs:vdcdc1 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/mfd/ |
H A D | tps65010.c | 238 seq_printf(s, "vdcdc1 %02x\n", value); in dbg_show() 576 pr_debug("%s: vdcdc1 0x%02x, vdcdc2 %02x, vregs1 %02x\n", DRIVER_NAME, in tps65010_probe() 869 unsigned vdcdc1; in tps65010_set_low_pwr() local 876 pr_debug("%s: %s low_pwr, vdcdc1 0x%02x\n", DRIVER_NAME, in tps65010_set_low_pwr() 880 vdcdc1 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1); in tps65010_set_low_pwr() 884 vdcdc1 &= ~TPS_ENABLE_LP; /* disable ENABLE_LP bit */ in tps65010_set_low_pwr() 888 vdcdc1 |= TPS_ENABLE_LP; /* enable ENABLE_LP bit */ in tps65010_set_low_pwr() 893 TPS_VDCDC1, vdcdc1); in tps65010_set_low_pwr() 896 printk(KERN_ERR "%s: Failed to write vdcdc1 register\n", in tps65010_set_low_pwr() 899 pr_debug("%s: vdcdc1 in tps65010_set_low_pwr() 980 unsigned vdcdc1, chgconfig; tps65013_set_low_pwr() local [all...] |
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | tps6507x.txt | 14 tps6507x: vdcdc1, vdcdc2, vdcdc3, vldo1, vldo2
|