Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/avm/
Dc4.c70 #define DC21285_ARMCSR_BASE 0x42000000 macro
310 c4_poke(card, DC21285_ARMCSR_BASE + CHAN_1_CONTROL, 0); in c4_reset()
311 c4_poke(card, DC21285_ARMCSR_BASE + CHAN_2_CONTROL, 0); in c4_reset()
334 c4_poke(card, DC21285_ARMCSR_BASE + CHAN_1_CONTROL, 0); in c4_detect()
335 c4_poke(card, DC21285_ARMCSR_BASE + CHAN_2_CONTROL, 0); in c4_detect()
343 if (c4_poke(card, DC21285_ARMCSR_BASE + DBELL_SA_MASK, 0)) return 5; in c4_detect()
344 if (c4_poke(card, DC21285_ARMCSR_BASE + DBELL_PCI_MASK, 0)) return 6; in c4_detect()
345 if (c4_poke(card, DC21285_ARMCSR_BASE + SA_CONTROL, SA_CTL_ALLRIGHT)) in c4_detect()
347 if (c4_poke(card, DC21285_ARMCSR_BASE + XBUS_CYCLE, INIT_XBUS_CYCLE)) in c4_detect()
349 if (c4_poke(card, DC21285_ARMCSR_BASE + XBUS_STROBE, INIT_XBUS_STROBE)) in c4_detect()
[all …]
/Linux-v4.19/arch/arm/include/asm/hardware/
Ddec21285.h13 #define DC21285_ARMCSR_BASE 0x42000000 macro
/Linux-v4.19/arch/arm/mach-footbridge/
Dcommon.c143 .pfn = __phys_to_pfn(DC21285_ARMCSR_BASE),