Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/mach-footbridge/
Darch.c54 BOOT_MEM(0x00000000, DC21285_ARMCSR_BASE, 0xfe000000)
102 BOOT_MEM(0x00000000, DC21285_ARMCSR_BASE, 0xfe000000)
129 BOOT_MEM(0x00000000, DC21285_ARMCSR_BASE, 0xfe000000)
157 BOOT_MEM(0x00000000, DC21285_ARMCSR_BASE, 0x7cf00000)
167 BOOT_MEM(0x00000000, DC21285_ARMCSR_BASE, 0xfe000000)
Dmm.c31 { ARMCSR_BASE, DC21285_ARMCSR_BASE, ARMCSR_SIZE, DOMAIN_IO, 0, 1, 0, 0 },
/linux-2.4.37.9/drivers/isdn/avmb1/
Dc4.c71 #define DC21285_ARMCSR_BASE 0x42000000 macro
313 c4_poke(card, DC21285_ARMCSR_BASE + CHAN_1_CONTROL, 0); in c4_reset()
314 c4_poke(card, DC21285_ARMCSR_BASE + CHAN_2_CONTROL, 0); in c4_reset()
337 c4_poke(card, DC21285_ARMCSR_BASE + CHAN_1_CONTROL, 0); in c4_detect()
338 c4_poke(card, DC21285_ARMCSR_BASE + CHAN_2_CONTROL, 0); in c4_detect()
346 if (c4_poke(card, DC21285_ARMCSR_BASE+DBELL_SA_MASK, 0)) return 5; in c4_detect()
347 if (c4_poke(card, DC21285_ARMCSR_BASE+DBELL_PCI_MASK, 0)) return 6; in c4_detect()
348 if (c4_poke(card, DC21285_ARMCSR_BASE+SA_CONTROL, SA_CTL_ALLRIGHT)) in c4_detect()
350 if (c4_poke(card, DC21285_ARMCSR_BASE+XBUS_CYCLE, INIT_XBUS_CYCLE)) in c4_detect()
352 if (c4_poke(card, DC21285_ARMCSR_BASE+XBUS_STROBE, INIT_XBUS_STROBE)) in c4_detect()
[all …]
/linux-2.4.37.9/include/asm-arm/hardware/
Ddec21285.h13 #define DC21285_ARMCSR_BASE 0x42000000 macro