cs5530_pll_table   28 drivers/video/fbdev/geode/video_cs5530.c static const struct cs5530_pll_entry cs5530_pll_table[] = {
cs5530_pll_table   76 drivers/video/fbdev/geode/video_cs5530.c 	value = cs5530_pll_table[0].pll_value;
cs5530_pll_table   77 drivers/video/fbdev/geode/video_cs5530.c 	min = cs5530_pll_table[0].pixclock - info->var.pixclock;
cs5530_pll_table   79 drivers/video/fbdev/geode/video_cs5530.c 	for (i = 1; i < ARRAY_SIZE(cs5530_pll_table); i++) {
cs5530_pll_table   80 drivers/video/fbdev/geode/video_cs5530.c 		diff = cs5530_pll_table[i].pixclock - info->var.pixclock;
cs5530_pll_table   84 drivers/video/fbdev/geode/video_cs5530.c 			value = cs5530_pll_table[i].pll_value;