Lines Matching defs:or
10 * distribute, sublicense, and/or sell copies of the Software, and to
15 * next paragraph) shall be included in all copies or substantial
126 int or = ffs(nv_encoder->dcb->or) - 1;
130 val = nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(or));
141 int or = ffs(nv_encoder->dcb->or) - 1;
145 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or),
162 int or = ffs(nv_encoder->dcb->or) - 1;
165 div = nvif_rd32(device, NV50_PDISP_SOR_PWM_DIV(or));
166 val = nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(or));
180 int or = ffs(nv_encoder->dcb->or) - 1;
183 div = nvif_rd32(device, NV50_PDISP_SOR_PWM_DIV(or));
186 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or),
210 if (!nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(ffs(nv_encoder->dcb->or) - 1)))