Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dpalmas-regulator.c423 addr = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, reg); in palmas_ldo_read()
433 addr = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, reg); in palmas_ldo_write()
795 ret = palmas_update_bits(palmas, PALMAS_LDO_BASE, in palmas_ldo_init()
930 desc->vsel_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in palmas_ldo_registration()
933 desc->enable_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in palmas_ldo_registration()
1048 desc->vsel_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in tps65917_ldo_registration()
1051 desc->enable_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in tps65917_ldo_registration()
/openbmc/linux/include/linux/mfd/
H A Dpalmas.h645 #define PALMAS_LDO_BASE 0x150 macro