Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Drtq2208-regulator.c239 static int rtq2208_init_irq_mask(struct rtq2208_rdev_map *rdev_map, unsigned int *buck_masks) in rtq2208_init_irq_mask() argument
256 ret = regmap_bulk_write(rdev_map->regmap, RTQ2208_REG_FLT_MASKBUCK_CB, buck_masks, 5); in rtq2208_init_irq_mask()
478 int *regulator_idx_table, unsigned int *buck_masks) in rtq2208_regulator_check() argument
498 buck_masks[i >> 1] &= ~mask; in rtq2208_regulator_check()
520 buck_masks[RTQ2208_BUCK_NUM_IRQ_REGS] = {0x33, 0x33, 0x33, 0x33, 0x33}; in rtq2208_probe() local
531 ret = rtq2208_regulator_check(i2c->addr, &n_regulator, regulator_idx_table, buck_masks); in rtq2208_probe()
557 ret = rtq2208_init_irq_mask(rdev_map, buck_masks); in rtq2208_probe()