Searched refs:abb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | ti-abb-regulator.c | 143 * @abb: pointer to the abb instance 147 static inline bool ti_abb_check_txdone(const struct ti_abb *abb) in ti_abb_check_txdone() argument 149 return !!(readl(abb->int_base) & abb->txdone_mask); in ti_abb_check_txdone() 154 * @abb: pointer to the abb instance 156 static inline void ti_abb_clear_txdone(const struct ti_abb *abb) in ti_abb_clear_txdone() argument 158 writel(abb->txdone_mask, abb in ti_abb_clear_txdone() 168 ti_abb_wait_txdone(struct device *dev, struct ti_abb *abb) ti_abb_wait_txdone() argument 193 ti_abb_clear_all_txdone(struct device *dev, const struct ti_abb *abb) ti_abb_clear_all_txdone() argument 219 ti_abb_program_ldovbb(struct device *dev, const struct ti_abb *abb, struct ti_abb_info *info) ti_abb_program_ldovbb() argument 247 ti_abb_set_opp(struct regulator_dev *rdev, struct ti_abb *abb, struct ti_abb_info *info) ti_abb_set_opp() argument 315 struct ti_abb *abb = rdev_get_drvdata(rdev); ti_abb_set_voltage_sel() local 386 struct ti_abb *abb = rdev_get_drvdata(rdev); ti_abb_get_voltage_sel() local 418 ti_abb_init_timings(struct device *dev, struct ti_abb *abb) ti_abb_init_timings() argument 506 ti_abb_init_table(struct device *dev, struct ti_abb *abb, struct regulator_init_data *rinit_data) ti_abb_init_table() argument 701 struct ti_abb *abb; ti_abb_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | ti-abb-regulator.c | 135 * @abb: pointer to the abb instance 139 static inline bool ti_abb_check_txdone(const struct ti_abb *abb) in ti_abb_check_txdone() argument 141 return !!(readl(abb->int_base) & abb->txdone_mask); in ti_abb_check_txdone() 146 * @abb: pointer to the abb instance 148 static inline void ti_abb_clear_txdone(const struct ti_abb *abb) in ti_abb_clear_txdone() argument 150 writel(abb->txdone_mask, abb in ti_abb_clear_txdone() 160 ti_abb_wait_txdone(struct device *dev, struct ti_abb *abb) ti_abb_wait_txdone() argument 185 ti_abb_clear_all_txdone(struct device *dev, const struct ti_abb *abb) ti_abb_clear_all_txdone() argument 211 ti_abb_program_ldovbb(struct device *dev, const struct ti_abb *abb, struct ti_abb_info *info) ti_abb_program_ldovbb() argument 239 ti_abb_set_opp(struct regulator_dev *rdev, struct ti_abb *abb, struct ti_abb_info *info) ti_abb_set_opp() argument 307 struct ti_abb *abb = rdev_get_drvdata(rdev); ti_abb_set_voltage_sel() local 378 struct ti_abb *abb = rdev_get_drvdata(rdev); ti_abb_get_voltage_sel() local 410 ti_abb_init_timings(struct device *dev, struct ti_abb *abb) ti_abb_init_timings() argument 498 ti_abb_init_table(struct device *dev, struct ti_abb *abb, struct regulator_init_data *rinit_data) ti_abb_init_table() argument 693 struct ti_abb *abb; ti_abb_probe() local [all...] |
Completed in 2 milliseconds