Home
last modified time | relevance | path

Searched refs:maxes_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/char/agp/
Dbackend.c101 static const struct { int mem, agp; } maxes_table[] = { variable
124 while ((memory > maxes_table[index].mem) && (index < 8)) in agp_find_max()
127 result = maxes_table[index - 1].agp + in agp_find_max()
128 ( (memory - maxes_table[index - 1].mem) * in agp_find_max()
129 (maxes_table[index].agp - maxes_table[index - 1].agp)) / in agp_find_max()
130 (maxes_table[index].mem - maxes_table[index - 1].mem); in agp_find_max()