Searched refs:RK8XX_REG_BIT (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/regulator/ |
D | rk808-regulator.c | 199 #define RK8XX_REG_BIT(_reg, _bit) \ macro 314 RK8XX_REG_BIT(0xEB, 0), 315 RK8XX_REG_BIT(0xEB, 1), 316 RK8XX_REG_BIT(0xEB, 2), 317 RK8XX_REG_BIT(0xEB, 3), 318 RK8XX_REG_BIT(0xEB, 4), 319 RK8XX_REG_BIT(0xEB, 5), 320 RK8XX_REG_BIT(0xEB, 6), 321 RK8XX_REG_BIT(0xEB, 7), 322 RK8XX_REG_BIT(0xEA, 0), [all …]
|