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