Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dhardware.h46 #define PCICFG1_BASE 0xfb000000 macro
/linux-2.4.37.9/arch/arm/mach-footbridge/
Dmm.c44 { PCICFG1_BASE, DC21285_PCI_TYPE_1_CONFIG, PCICFG1_SIZE, DOMAIN_IO, 0, 1, 0, 0 },
/linux-2.4.37.9/arch/arm/kernel/
Ddec21285.c56 addr = PCICFG1_BASE | (dev->bus->number << 16) | (devfn << 8); in dc21285_base_address()