Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dhardware.h49 #define PCICFG0_BASE 0xfa000000 macro
/linux-2.4.37.9/arch/arm/mach-footbridge/
Dmm.c43 { PCICFG0_BASE, DC21285_PCI_TYPE_0_CONFIG, PCICFG0_SIZE, DOMAIN_IO, 0, 1, 0, 0 },
/linux-2.4.37.9/arch/arm/kernel/
Ddec21285.c53 addr = PCICFG0_BASE | 0xc00000 | (devfn << 8); in dc21285_base_address()