Lines Matching full:or
8 * and/or sell copies of the Software, and to permit persons to whom the
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl() argument
31 ctrl |= asyh->or.depth << 16; in sor507d_ctrl()
32 ctrl |= asyh->or.nvsync << 13; in sor507d_ctrl()
33 ctrl |= asyh->or.nhsync << 12; in sor507d_ctrl()
35 evo_mthd(push, 0x0600 + (or * 0x40), 1); in sor507d_ctrl()