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
19 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21 * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
22 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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)))