Searched refs:pll_table (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/geode/
H A Dvideo_gx.c122 const struct gx_pll_entry *pll_table; local
131 pll_table = gx_pll_table_14MHz;
134 pll_table = gx_pll_table_48MHz;
140 min = abs(pll_table[0].pixclock - info->var.pixclock);
142 diff = abs(pll_table[i].pixclock - info->var.pixclock);
154 dotpll |= (u64)pll_table[best_i].dotpll_value << 32;
164 sys_rstpll |= pll_table[best_i].sys_rstpll_bits;
H A Dlxfb_ops.c37 } pll_table[] = { variable in typeref:struct:__anon16267
171 min = abs(pll_table[0].freq - freq);
173 for (i = 0; i < ARRAY_SIZE(pll_table); i++) {
174 diff = abs(pll_table[i].freq - freq);
181 lx_set_dotpll(pll_table[best].pllval & 0x00017FFF);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndmips.c845 uint32 (*pll_table)[4] = pll25mhz_table;
853 pll_table = pll25mhz_table_4706L;
869 for (idx = 0; pll_table[idx][0] != 0; idx++) {
870 if ((mipsclock <= pll_table[idx][0]) &&
871 ((ddrclock == 0) || (ddrclock <= pll_table[idx][1])) &&
872 ((axiclock == 0) || (axiclock <= pll_table[idx][2])))
876 if (pll_table[idx][0] == 0) {
884 if (R_REG(osh, &cc->pllcontrol_data) != pll_table[idx][i + 3]) {
885 W_REG(osh, &cc->pllcontrol_data, pll_table[idx][i + 3]);
924 uint32 (*pll_table)[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dw100fb.h146 struct w100_pll_info *pll_table; member in struct:w100fb_par
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dclock.h110 const struct clk_pll_table *pll_table; member in struct:clk
H A Dtegra2_clocks.c442 for (sel = c->pll_table; sel->input_rate != 0; sel++) {
783 .pll_table = tegra_pll_s_table,
817 .pll_table = tegra_pll_c_table,
845 .pll_table = tegra_pll_m_table,
881 .pll_table = tegra_pll_p_table,
940 .pll_table = tegra_pll_a_table,
972 .pll_table = tegra_pll_d_table,
1002 .pll_table = tegra_pll_u_table,
1029 .pll_table = tegra_pll_x_table,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dw100fb.c688 par->pll_table=w100_get_xtal_table(inf->xtal_freq);
689 if (!par->pll_table) {
1015 struct w100_pll_info *pll_table; member in struct:pll_entries
1029 return pll_entry->pll_table;
1192 struct w100_pll_info *pll = par->pll_table;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_camera.c1642 struct poll_table_struct *pll_table)
1647 poll_wait(filep, &sync->prev_frame_wait, pll_table);
1664 struct poll_table_struct *pll_table)
1667 return __msm_poll_frame(pmsm->sync, filep, pll_table);
1640 __msm_poll_frame(struct msm_sync *sync, struct file *filep, struct poll_table_struct *pll_table) argument
1663 msm_poll_frame(struct file *filep, struct poll_table_struct *pll_table) argument

Completed in 192 milliseconds