Searched refs:BLMIN (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_g450.c31 #define BLMIN 0xF3 macro
37 0, WLMAX-BLMIN, 1, 370-BLMIN,
128 const int b = ACCESS_FBINFO(altout.tvo_params.brightness) + BLMIN;
131 *bl = max(b - c, BLMIN);
H A Dmatroxfb_maven.c66 #define BLMIN 0x0FF macro
72 0, WLMAX - BLMIN, 1, 379 - BLMIN,
344 const int b = md->primary_head->altout.tvo_params.brightness + BLMIN;
347 *bl = max(b - c, BLMIN);

Completed in 46 milliseconds