Searched refs:dt_xlate_reg (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/boot/ |
D | cuboot-52xx.c | 45 if (!dt_xlate_reg(soc, 0, (void*)®, NULL)) in platform_fixups()
|
D | uartlite.c | 67 if (!dt_xlate_reg(devp, 0, ®_phys, NULL)) in uartlite_console_init()
|
D | cuboot-pq2.c | 73 if (!dt_xlate_reg(bus_node, 0, (unsigned long *)&ctrl_addr, in update_cs_ranges() 135 if (!dt_xlate_reg(node, i, in fixup_pci()
|
D | devtree.c | 319 int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size) in dt_xlate_reg() function 369 if (!dt_xlate_reg(node, n, &xaddr, NULL)) in dt_get_virtual_reg()
|
D | ops.h | 96 int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size);
|