Lines Matching defs:or
8 * distribute, sublicense, and/or sell copies of the Software, and to
13 * in all copies or substantial portions of the Software.
102 ORNum or;
107 or = ffs((b >> 24) & 0xf) - 1;
113 "%d\n", type, or);
123 "VGA%d: invalid port %d\n", or, port);
131 "VGA%d: invalid port type %d\n", or, portType);
136 "VGA%d: unrecognized port %d\n", or, port);
142 "port %i\n", or, pNv->i2cMap[port].dac, port);
144 pNv->i2cMap[port].dac = or;
148 "Ignoring unsupported TV output %d\n", or);
154 "DVI%d: invalid port %d\n", or, port);
162 "DVI%d: invalid port type %d\n", or, portType);
167 "DVI%d: unrecognized port %d\n", or, port);
173 "port %i\n", or, pNv->i2cMap[port].sor, port);
174 pNv->i2cMap[port].sor = or;
179 pNv->lvds.or = or;
210 "Ignoring unsupported DisplayPort output %d\n", or);
216 type, or);
224 xf86DrvMsg(scrnIndex, X_PROBED, " Bus %i -> SOR%i (LVDS)\n", pNv->lvds.i2cPort, pNv->lvds.or);
226 xf86DrvMsg(scrnIndex, X_PROBED, " [N/A] -> SOR%i (LVDS)\n", pNv->lvds.or);
494 xf86OutputPtr lvds = G80CreateSor(pScrn, pNv->lvds.or, LVDS);