Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c106 val = nv_rd32(device, NV50_PDISP_SOR_PWM_CTL(or)); in nv50_get_intensity()
121 nv_wr32(device, NV50_PDISP_SOR_PWM_CTL(or), in nv50_set_intensity()
142 val = nv_rd32(device, NV50_PDISP_SOR_PWM_CTL(or)); in nva3_get_intensity()
162 nv_wr32(device, NV50_PDISP_SOR_PWM_CTL(or), val | in nva3_set_intensity()
194 if (!nv_rd32(device, NV50_PDISP_SOR_PWM_CTL(nv_encoder->or))) in nv50_backlight_init()
Dnouveau_reg.h830 #define NV50_PDISP_SOR_PWM_CTL(i) (0x0061c084 + (i) * 0x800) macro