Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
Drk8xx-core.c138 {RK805_BUCK4_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_400MA},
149 { RK808_BUCK3_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_150MA },
150 { RK808_BUCK4_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_200MA },
248 { RK818_BUCK4_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_250MA },
/Linux-v6.6/include/linux/mfd/
Drk808.h772 #define BUCK_ILMIN_MASK (7 << 0) macro