Home
last modified time | relevance | path

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

/arch/mips/rb532/
Ddevices.c302 if (!readl(IDT434_REG_BASE + DEV1MASK)) in plat_setup_devices()
306 readl(IDT434_REG_BASE + DEV1BASE); in plat_setup_devices()
311 nand_slot0_res[0].start = readl(IDT434_REG_BASE + DEV2BASE); in plat_setup_devices()
315 dev3.base = ioremap_nocache(readl(IDT434_REG_BASE + DEV3BASE), 1); in plat_setup_devices()
Dsetup.c31 writel(0x80000001, IDT434_REG_BASE + RST); in rb_machine_restart()
/arch/mips/include/asm/mach-rc32434/
Drb.h21 #define IDT434_REG_BASE ((volatile void *) KSEG1ADDR(REGBASE)) macro