Searched refs:maxes_table (Results 1 – 1 of 1) sorted by relevance
103 static const struct { int mem, agp; } maxes_table[] = { variable126 while ((memory > maxes_table[index].mem) && (index < 8)) in agp_find_max()129 result = maxes_table[index - 1].agp + in agp_find_max()130 ( (memory - maxes_table[index - 1].mem) * in agp_find_max()131 (maxes_table[index].agp - maxes_table[index - 1].agp)) / in agp_find_max()132 (maxes_table[index].mem - maxes_table[index - 1].mem); in agp_find_max()