Lines Matching refs:PMINFO
95 *get_ctrl_ptr(PMINFO i) = g450_controls[i].desc.default_value; in tvo_fill_defaults()
104 matroxfb_DAC_out(PMINFO 0x87, reg); in cve2_get_reg()
105 val = matroxfb_DAC_in(PMINFO 0x88); in cve2_get_reg()
114 matroxfb_DAC_out(PMINFO 0x87, reg); in cve2_set_reg()
115 matroxfb_DAC_out(PMINFO 0x88, val); in cve2_set_reg()
123 matroxfb_DAC_out(PMINFO 0x87, reg); in cve2_set_reg10()
124 matroxfb_DAC_out(PMINFO 0x88, val >> 2); in cve2_set_reg10()
125 matroxfb_DAC_out(PMINFO 0x87, reg + 1); in cve2_set_reg10()
126 matroxfb_DAC_out(PMINFO 0x88, val & 3); in cve2_set_reg10()
169 if (p->value == *get_ctrl_ptr(PMINFO i)) return 0; in g450_set_ctrl()
180 *get_ctrl_ptr(PMINFO i) = p->value; in g450_set_ctrl()
187 g450_compute_bwlevel(PMINFO &blacklevel, &whitelevel); in g450_set_ctrl()
188 cve2_set_reg10(PMINFO 0x0e, blacklevel); in g450_set_ctrl()
189 cve2_set_reg10(PMINFO 0x1e, whitelevel); in g450_set_ctrl()
193 cve2_set_reg(PMINFO 0x20, p->value); in g450_set_ctrl()
194 cve2_set_reg(PMINFO 0x22, p->value); in g450_set_ctrl()
197 cve2_set_reg(PMINFO 0x25, p->value); in g450_set_ctrl()
201 unsigned char val = cve2_get_reg (PMINFO 0x05); in g450_set_ctrl()
204 cve2_set_reg(PMINFO 0x05, val); in g450_set_ctrl()
219 p->value = *get_ctrl_ptr(PMINFO i); in g450_get_ctrl()
258 mnp = matroxfb_g450_setclk(PMINFO piic, M_VIDEO_PLL); in computeRegs()
261 mt->pixclock = g450_mnp2f(PMINFO mnp); in computeRegs()
497 #define LR(x) cve2_set_reg(PMINFO (x), m->regs[(x)])
505 cve2_set_reg(PMINFO 0x3E, 0x01); in cve2_init_TV()
510 cve2_set_reg(PMINFO 0x3E, 0x00); in cve2_init_TV()
525 g450_compute_bwlevel(PMINFO &blacklevel, &whitelevel); in matroxfb_g450_compute()
540 computeRegs(PMINFO &ACCESS_FBINFO(hw).maven, mt, outd); in matroxfb_g450_compute()
544 …mt->mnp = matroxfb_g450_setclk(PMINFO mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL… in matroxfb_g450_compute()
545 mt->pixclock = g450_mnp2f(PMINFO mt->mnp); in matroxfb_g450_compute()
555 cve2_init_TV(PMINFO &ACCESS_FBINFO(hw).maven); in matroxfb_g450_program()
576 …mt->mnp = matroxfb_g450_setclk(PMINFO mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL… in g450_dvi_compute()
577 mt->pixclock = g450_mnp2f(PMINFO mt->mnp); in g450_dvi_compute()