Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Daperture.c130 u32 aper_hi = read_pci_config(num,slot,func,0x14); in read_agp() local
131 u64 aper = (aper_low & ~((1<<22)-1)) | ((u64)aper_hi << 32); in read_agp()