pll_table 33 drivers/video/fbdev/geode/lxfb_ops.c } pll_table[] = { pll_table 167 drivers/video/fbdev/geode/lxfb_ops.c min = abs(pll_table[0].freq - freq); pll_table 169 drivers/video/fbdev/geode/lxfb_ops.c for (i = 0; i < ARRAY_SIZE(pll_table); i++) { pll_table 170 drivers/video/fbdev/geode/lxfb_ops.c diff = abs(pll_table[i].freq - freq); pll_table 177 drivers/video/fbdev/geode/lxfb_ops.c lx_set_dotpll(pll_table[best].pllval & 0x00017FFF); pll_table 118 drivers/video/fbdev/geode/video_gx.c const struct gx_pll_entry *pll_table; pll_table 127 drivers/video/fbdev/geode/video_gx.c pll_table = gx_pll_table_14MHz; pll_table 130 drivers/video/fbdev/geode/video_gx.c pll_table = gx_pll_table_48MHz; pll_table 136 drivers/video/fbdev/geode/video_gx.c min = abs(pll_table[0].pixclock - info->var.pixclock); pll_table 138 drivers/video/fbdev/geode/video_gx.c diff = abs(pll_table[i].pixclock - info->var.pixclock); pll_table 150 drivers/video/fbdev/geode/video_gx.c dotpll |= (u64)pll_table[best_i].dotpll_value << 32; pll_table 160 drivers/video/fbdev/geode/video_gx.c sys_rstpll |= pll_table[best_i].sys_rstpll_bits; pll_table 696 drivers/video/fbdev/w100fb.c par->pll_table=w100_get_xtal_table(inf->xtal_freq); pll_table 697 drivers/video/fbdev/w100fb.c if (!par->pll_table) { pll_table 1010 drivers/video/fbdev/w100fb.c struct w100_pll_info *pll_table; pll_table 1024 drivers/video/fbdev/w100fb.c return pll_entry->pll_table; pll_table 1187 drivers/video/fbdev/w100fb.c struct w100_pll_info *pll = par->pll_table; pll_table 143 include/video/w100fb.h struct w100_pll_info *pll_table;