Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-aw200xx.c283 u32 coeff_table[] = {1, 2, 3, 4, 6, 8, 12, 16}; in aw200xx_set_imax() local
288 for (i = 0; i < ARRAY_SIZE(coeff_table); i++) { in aw200xx_set_imax()
292 imax = coeff_table[i] * AW200XX_IMAX_MULTIPLIER1; in aw200xx_set_imax()
298 imax = coeff_table[i] * AW200XX_IMAX_MULTIPLIER2; in aw200xx_set_imax()