Lines Matching refs:or
121 int or = ffs(nv_encoder->dcb->or) - 1; in nv50_get_intensity() local
125 val = nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(or)); in nv50_get_intensity()
136 int or = ffs(nv_encoder->dcb->or) - 1; in nv50_set_intensity() local
140 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or), in nv50_set_intensity()
157 int or = ffs(nv_encoder->dcb->or) - 1; in nva3_get_intensity() local
160 div = nvif_rd32(device, NV50_PDISP_SOR_PWM_DIV(or)); in nva3_get_intensity()
161 val = nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(or)); in nva3_get_intensity()
175 int or = ffs(nv_encoder->dcb->or) - 1; in nva3_set_intensity() local
178 div = nvif_rd32(device, NV50_PDISP_SOR_PWM_DIV(or)); in nva3_set_intensity()
181 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or), in nva3_set_intensity()
205 if (!nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(ffs(nv_encoder->dcb->or) - 1))) in nv50_backlight_init()