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