Searched refs:TPS6594_PMIC_MAX_POS (Results 1 – 1 of 1) sorted by relevance
33 #define TPS6594_PMIC_MAX_POS 0x200 macro59 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()