Searched refs:aper_hi (Results 1 – 1 of 1) sorted by relevance
171 u32 aper_low, aper_hi; in read_agp() local196 aper_hi = read_pci_config(bus, slot, func, 0x14); in read_agp()197 aper = (aper_low & ~((1<<22)-1)) | ((u64)aper_hi << 32); in read_agp()