Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dtps6594-pfsm.c33 #define TPS6594_PMIC_MAX_POS 0x200 macro
59 if (pos >= TPS6594_PMIC_MAX_POS) in tps6594_pfsm_read()
61 if (count > TPS6594_PMIC_MAX_POS - pos) in tps6594_pfsm_read()
62 count = TPS6594_PMIC_MAX_POS - pos; in tps6594_pfsm_read()
89 if (pos >= TPS6594_PMIC_MAX_POS || !count) in tps6594_pfsm_write()
91 if (count > TPS6594_PMIC_MAX_POS - pos) in tps6594_pfsm_write()
92 count = TPS6594_PMIC_MAX_POS - pos; in tps6594_pfsm_write()