Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mfd/
Dtps65910.h848 #define TPS65910_NUM_REGS 14 macro
884 unsigned long regulator_ext_sleep_control[TPS65910_NUM_REGS];
885 struct regulator_init_data *tps65910_pmic_init_data[TPS65910_NUM_REGS];
/linux-4.19.296/drivers/regulator/
Dtps65910-regulator.c322 unsigned int board_ext_control[TPS65910_NUM_REGS];
1112 BUILD_BUG_ON(TPS65910_NUM_REGS < ARRAY_SIZE(tps65910_regs)); in tps65910_probe()
1125 BUILD_BUG_ON(TPS65910_NUM_REGS < ARRAY_SIZE(tps65911_regs)); in tps65910_probe()