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

/linux-4.4.14/drivers/video/fbdev/aty/
H A Datyfb_base.c370 } aty_chips[] = { variable in typeref:struct:__anon11098
447 for (i = (int)ARRAY_SIZE(aty_chips) - 1; i >= 0; i--) correct_chipset()
448 if (par->pci_id == aty_chips[i].pci_id) correct_chipset()
454 name = aty_chips[i].name; correct_chipset()
455 par->pll_limits.pll_max = aty_chips[i].pll; correct_chipset()
456 par->pll_limits.mclk = aty_chips[i].mclk; correct_chipset()
457 par->pll_limits.xclk = aty_chips[i].xclk; correct_chipset()
458 par->pll_limits.ecp_max = aty_chips[i].ecp_max; correct_chipset()
459 par->features = aty_chips[i].features; correct_chipset()

Completed in 70 milliseconds