Searched refs:NUM_GAMMA_STEPS (Results 1 – 1 of 1) sorted by relevance
31 #define NUM_GAMMA_STEPS 9 macro59 static const unsigned char gamma_tbl[NUM_GAMMA_STEPS][GAMMA_CMD_CNT] = {176 index = brightness / (MAX_BRIGHTNESS / NUM_GAMMA_STEPS); in s6e63j0x03_get_brightness_index()178 if (index >= NUM_GAMMA_STEPS) in s6e63j0x03_get_brightness_index()179 index = NUM_GAMMA_STEPS - 1; in s6e63j0x03_get_brightness_index()