Searched refs:matroxfb_DAC_out (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/video/matrox/ |
D | g450_pll.c | 130 matroxfb_DAC_out(PMINFO M1064_XPIXPLLAM, mnp >> 16); in g450_setpll() 131 matroxfb_DAC_out(PMINFO M1064_XPIXPLLAN, mnp >> 8); in g450_setpll() 132 matroxfb_DAC_out(PMINFO M1064_XPIXPLLAP, mnp); in g450_setpll() 136 matroxfb_DAC_out(PMINFO M1064_XPIXPLLBM, mnp >> 16); in g450_setpll() 137 matroxfb_DAC_out(PMINFO M1064_XPIXPLLBN, mnp >> 8); in g450_setpll() 138 matroxfb_DAC_out(PMINFO M1064_XPIXPLLBP, mnp); in g450_setpll() 142 matroxfb_DAC_out(PMINFO M1064_XPIXPLLCM, mnp >> 16); in g450_setpll() 143 matroxfb_DAC_out(PMINFO M1064_XPIXPLLCN, mnp >> 8); in g450_setpll() 144 matroxfb_DAC_out(PMINFO M1064_XPIXPLLCP, mnp); in g450_setpll() 148 matroxfb_DAC_out(PMINFO DAC1064_XSYSPLLM, mnp >> 16); in g450_setpll() [all …]
|
D | i2c-matroxfb.c | 55 matroxfb_DAC_out(PMINFO DAC_XGENIOCTRL, v); in matroxfb_set_gpio() 57 matroxfb_DAC_out(PMINFO DAC_XGENIODATA, 0x00); in matroxfb_set_gpio() 163 matroxfb_DAC_out(PMINFO DAC_XGENIODATA, 0xFF); in i2c_matroxfb_probe() 164 matroxfb_DAC_out(PMINFO DAC_XGENIOCTRL, 0x00); in i2c_matroxfb_probe()
|
D | matroxfb_g450.c | 104 matroxfb_DAC_out(PMINFO 0x87, reg); 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()
|
D | matroxfb_misc.c | 129 void matroxfb_DAC_out(CPMINFO int reg, int val) { in matroxfb_DAC_out() function 1025 EXPORT_SYMBOL(matroxfb_DAC_out);
|
D | matroxfb_base.h | 922 extern void matroxfb_DAC_out(CPMINFO int reg, int val);
|
D | matroxfb_Ti3026.c | 90 #define outTi3026 matroxfb_DAC_out
|
D | matroxfb_DAC1064.c | 25 #define outDAC1064 matroxfb_DAC_out
|