Lines Matching refs:maven
530 cve2_init_TVdata(minfo->outputs[1].mode, &minfo->hw.maven, &outd); in matroxfb_g450_compute()
534 minfo->hw.maven.regs[0x0E] = blacklevel >> 2; in matroxfb_g450_compute()
535 minfo->hw.maven.regs[0x0F] = blacklevel & 3; in matroxfb_g450_compute()
536 minfo->hw.maven.regs[0x1E] = whitelevel >> 2; in matroxfb_g450_compute()
537 minfo->hw.maven.regs[0x1F] = whitelevel & 3; in matroxfb_g450_compute()
539 minfo->hw.maven.regs[0x20] = in matroxfb_g450_compute()
540 minfo->hw.maven.regs[0x22] = minfo->altout.tvo_params.saturation; in matroxfb_g450_compute()
542 minfo->hw.maven.regs[0x25] = minfo->altout.tvo_params.hue; in matroxfb_g450_compute()
545 minfo->hw.maven.regs[0x05] |= 0x02; in matroxfb_g450_compute()
548 computeRegs(minfo, &minfo->hw.maven, mt, outd); in matroxfb_g450_compute()
563 cve2_init_TV(minfo, &minfo->hw.maven); in matroxfb_g450_program()