Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mfd/
Dtps65910.h843 #define TPS65910_NUM_REGS 14 macro
879 unsigned long regulator_ext_sleep_control[TPS65910_NUM_REGS];
880 struct regulator_init_data *tps65910_pmic_init_data[TPS65910_NUM_REGS];
/Linux-v5.4/drivers/regulator/
Dtps65910-regulator.c317 unsigned int board_ext_control[TPS65910_NUM_REGS];
1107 BUILD_BUG_ON(TPS65910_NUM_REGS < ARRAY_SIZE(tps65910_regs)); in tps65910_probe()
1120 BUILD_BUG_ON(TPS65910_NUM_REGS < ARRAY_SIZE(tps65911_regs)); in tps65910_probe()