pll_cntl 63 drivers/video/fbdev/i740fb.c u8 pll_cntl; pll_cntl 630 drivers/video/fbdev/i740fb.c par->pll_cntl = PLL_MEMCLK_100000KHZ; /* 100 MHz -- use as default */ pll_cntl 819 drivers/video/fbdev/i740fb.c i740outreg(par, XRX, PLL_CNTL, par->pll_cntl); pll_cntl 964 drivers/video/fbdev/w100fb.c union pll_cntl_u pll_cntl; pll_cntl 1068 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pwdn = 0x0; /* power down */ pll_cntl 1069 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_reset = 0x0; /* not reset */ pll_cntl 1070 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_tcpoff = 0x1; /* Hi-Z */ pll_cntl 1071 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; /* VCO gain = 0 */ pll_cntl 1072 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_vcofr = 0x0; /* VCO frequency range control = off */ pll_cntl 1073 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; /* current offset inside VCO = 0 */ pll_cntl 1074 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_ring_off = 0x0; pll_cntl 1082 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_dactal = 0xd; pll_cntl 1083 drivers/video/fbdev/w100fb.c writel((u32) (w100_pwr_state.pll_cntl.val), remapped_regs + mmPLL_CNTL); pll_cntl 1088 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_dactal = 0x7; pll_cntl 1089 drivers/video/fbdev/w100fb.c writel((u32) (w100_pwr_state.pll_cntl.val), remapped_regs + mmPLL_CNTL); pll_cntl 1095 drivers/video/fbdev/w100fb.c if ((w100_pwr_state.pll_cntl.f.pll_vcofr == 0x0) && pll_cntl 1096 drivers/video/fbdev/w100fb.c ((w100_pwr_state.pll_cntl.f.pll_pvg == 0x7) || pll_cntl 1097 drivers/video/fbdev/w100fb.c (w100_pwr_state.pll_cntl.f.pll_ioffset == 0x0))) { pll_cntl 1099 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_vcofr = 0x1; pll_cntl 1100 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; pll_cntl 1101 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; pll_cntl 1105 drivers/video/fbdev/w100fb.c if ((w100_pwr_state.pll_cntl.f.pll_ioffset) < 0x3) { pll_cntl 1106 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_ioffset += 0x1; pll_cntl 1107 drivers/video/fbdev/w100fb.c } else if ((w100_pwr_state.pll_cntl.f.pll_pvg) < 0x7) { pll_cntl 1108 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; pll_cntl 1109 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pvg += 0x1; pll_cntl 1128 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_dactal = 0xa; pll_cntl 1129 drivers/video/fbdev/w100fb.c writel((u32) (w100_pwr_state.pll_cntl.val), remapped_regs + mmPLL_CNTL); pll_cntl 1134 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_tcpoff = 0x0; /* normal */ pll_cntl 1135 drivers/video/fbdev/w100fb.c writel((u32) (w100_pwr_state.pll_cntl.val), remapped_regs + mmPLL_CNTL); pll_cntl 1138 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_dactal = 0x0; pll_cntl 1139 drivers/video/fbdev/w100fb.c writel((u32) (w100_pwr_state.pll_cntl.val), remapped_regs + mmPLL_CNTL); pll_cntl 1242 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pwdn = 0x1; pll_cntl 1243 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_reset = 0x1; pll_cntl 1244 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pm_en = 0x0; pll_cntl 1245 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_mode = 0x0; /* uses VCO clock */ pll_cntl 1246 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_refclk_sel = 0x0; pll_cntl 1247 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_fbclk_sel = 0x0; pll_cntl 1248 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_tcpoff = 0x0; pll_cntl 1249 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pcp = 0x4; pll_cntl 1250 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; pll_cntl 1251 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_vcofr = 0x0; pll_cntl 1252 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; pll_cntl 1253 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pecc_mode = 0x0; pll_cntl 1254 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_pecc_scon = 0x0; pll_cntl 1255 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_dactal = 0x0; /* Hi-Z */ pll_cntl 1256 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_cp_clip = 0x3; pll_cntl 1257 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_conf = 0x2; pll_cntl 1258 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_mbctrl = 0x2; pll_cntl 1259 drivers/video/fbdev/w100fb.c w100_pwr_state.pll_cntl.f.pll_ring_off = 0x0; pll_cntl 1260 drivers/video/fbdev/w100fb.c writel((u32) (w100_pwr_state.pll_cntl.val), remapped_regs + mmPLL_CNTL);