Home
last modified time | relevance | path

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

/trueos/sys/powerpc/powermac/
HDnvbl.c42 #define NVIDIA_BRIGHT_MIN (0x0ec) macro
44 #define NVIDIA_BRIGHT_SCALE ((NVIDIA_BRIGHT_MAX - NVIDIA_BRIGHT_MIN)/100)
159 newlevel = (newlevel * NVIDIA_BRIGHT_SCALE) + NVIDIA_BRIGHT_MIN; in nvbl_setlevel()
175 if (level < NVIDIA_BRIGHT_MIN) in nvbl_getlevel()
178 level = (level - NVIDIA_BRIGHT_MIN) / NVIDIA_BRIGHT_SCALE; in nvbl_getlevel()