Searched refs:apsize (Results 1 – 1 of 1) sorted by relevance
275 u16 apsize; in fix_northbridge() local284 pci_read_config_word(agp, cap+0x14, &apsize); in fix_northbridge()285 if (apsize == 0xffff) { in fix_northbridge()291 apsize &= 0xfff; in fix_northbridge()293 if (apsize & 0xff) in fix_northbridge()294 apsize |= 0xf00; in fix_northbridge()295 order = 7 - hweight16(apsize); in fix_northbridge()