Lines Matching +full:6 +full:ma
86 /* Output current limits in 0.1 mA */
91 #define LP5562_ENABLE_CHIP_EN_MASK (1 << 6)
92 #define LP5562_ENABLE_CHIP_EN_SET (1 << 6)
93 #define LP5562_ENABLE_CHIP_EN_CLR (0 << 6)
102 #define LP5562_CONFIG_PWM_HW_FREQ_558 (1 << 6)
105 #define LP5562_PROG_COMMAND_SET_PWM (1 << 6)
107 (((prescale) << 6) | (step_time))
1094 "Red channel current must be between 0 and 25.5 mA."); \
1096 "Green channel current must be between 0 and 25.5 mA."); \
1098 "Blue channel current must be between 0 and 25.5 mA."); \
1100 "White channel current must be between 0 and 25.5 mA."); \