Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dtps65010.c236 value = i2c_smbus_read_byte_data(tps->client, TPS_VDCDC1); in dbg_show()
579 i2c_smbus_read_byte_data(client, TPS_VDCDC1), in tps65010_probe()
880 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65010_set_low_pwr()
882 vdcdc1 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1); in tps65010_set_low_pwr()
895 TPS_VDCDC1, vdcdc1); in tps65010_set_low_pwr()
902 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65010_set_low_pwr()
993 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65013_set_low_pwr()
996 vdcdc1 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1); in tps65013_set_low_pwr()
1024 TPS_VDCDC1, vdcdc1); in tps65013_set_low_pwr()
1031 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65013_set_low_pwr()
/openbmc/linux/include/linux/mfd/
H A Dtps65010.h74 #define TPS_VDCDC1 0x0c macro