Home
last modified time | relevance | path

Searched refs:rbase (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/arm/kernel/
Dentry-header.S143 .macro alignment_trap, rbase, rtemp, sym
147 ldr \rtemp, [\rbase, #OFF_CR_ALIGNMENT(\sym)]
/linux-2.4.37.9/drivers/ide/ppc/
Dpmac.c1050 unsigned long rbase, rlen; in pmac_ide_probe() local
1071 rbase = pci_resource_start(pdev, 0); in pmac_ide_probe()
1074 base = (unsigned long) ioremap(rbase, rlen); in pmac_ide_probe()