Home
last modified time | relevance | path

Searched refs:dt_xlate_reg (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/powerpc/boot/
Dcuboot-52xx.c48 if (!dt_xlate_reg(soc, 0, (void*)&reg, NULL)) in platform_fixups()
Duartlite.c67 if (!dt_xlate_reg(devp, 0, &reg_phys, NULL)) in uartlite_console_init()
Dcuboot-pq2.c76 if (!dt_xlate_reg(bus_node, 0, (unsigned long *)&ctrl_addr, in update_cs_ranges()
138 if (!dt_xlate_reg(node, i, in fixup_pci()
Ddevtree.c317 int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size) in dt_xlate_reg() function
364 if (!dt_xlate_reg(node, n, &xaddr, NULL)) in dt_get_virtual_reg()
Dops.h95 int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size);