Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mfd/
Drk808.c190 {RK805_BUCK4_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_400MA},
195 { RK808_BUCK3_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_150MA },
196 { RK808_BUCK4_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_200MA },
294 { RK818_BUCK4_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_250MA },
/linux-5.19.10/include/linux/mfd/
Drk808.h364 #define BUCK_ILMIN_MASK (7 << 0) macro