Searched refs:NV40_PMC_BACKLIGHT_MASK (Results 1 – 2 of 2) sorted by relevance
70 NV40_PMC_BACKLIGHT_MASK) >> 16; in nv40_get_intensity()85 (val << 16) | (reg & ~NV40_PMC_BACKLIGHT_MASK)); in nv40_set_intensity()104 if (!(nvif_rd32(device, NV40_PMC_BACKLIGHT) & NV40_PMC_BACKLIGHT_MASK)) in nv40_backlight_init()
144 # define NV40_PMC_BACKLIGHT_MASK 0x001f0000 macro