Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Domap_twl.c48 static u8 smps_offset; variable
73 twl_i2c_read_u8(TWL6030_MODULE_ID0, &smps_offset, in twl6030_vsel_to_uv()
90 if (smps_offset & 0x8) in twl6030_vsel_to_uv()
107 twl_i2c_read_u8(TWL6030_MODULE_ID0, &smps_offset, in twl6030_uv_to_vsel()
129 if (smps_offset & 0x8) in twl6030_uv_to_vsel()
/linux-4.4.14/drivers/regulator/
Dtps80031-regulator.c605 u8 smps_offset; in check_smps_mode_mult() local
609 TPS80031_SMPS_OFFSET, &smps_offset); in check_smps_mode_mult()
652 ri->device_flags = (smps_offset & mult_offset) ? DCDC_OFFSET_EN : 0; in check_smps_mode_mult()