Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dpalmas-regulator.c420 addr = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, reg); in palmas_ldo_read()
430 addr = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, reg); in palmas_ldo_write()
764 ret = palmas_update_bits(palmas, PALMAS_LDO_BASE, in palmas_ldo_init()
899 desc->vsel_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in palmas_ldo_registration()
902 desc->enable_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in palmas_ldo_registration()
1011 desc->vsel_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in tps65917_ldo_registration()
1014 desc->enable_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in tps65917_ldo_registration()
/linux-4.4.14/include/linux/mfd/
Dpalmas.h628 #define PALMAS_LDO_BASE 0x150 macro