Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Drtq2208-regulator.c53 #define RTQ2208_BUCK_MASK(uv_irq, ov_irq) (1 << ((uv_irq) % 8) | 1 << ((ov_irq) % 8)) macro
497 mask = RTQ2208_BUCK_MASK(4 * i, 4 * i + 1); in rtq2208_regulator_check()