Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dpalmas-regulator.c428 addr = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, reg); in palmas_ldo_read()
438 addr = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, reg); in palmas_ldo_write()
800 ret = palmas_update_bits(palmas, PALMAS_LDO_BASE, in palmas_ldo_init()
935 desc->vsel_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in palmas_ldo_registration()
938 desc->enable_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in palmas_ldo_registration()
1056 desc->vsel_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in tps65917_ldo_registration()
1059 desc->enable_reg = PALMAS_BASE_TO_REG(PALMAS_LDO_BASE, in tps65917_ldo_registration()
/linux-4.19.296/include/linux/mfd/
Dpalmas.h660 #define PALMAS_LDO_BASE 0x150 macro