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