Searched refs:iomem_show_by_compatible (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | interrupts.c | 103 iomem_show_by_compatible("-cru", 0, 0x400); in show_regs() 104 iomem_show_by_compatible("-pmucru", 0, 0x400); in show_regs() 105 iomem_show_by_compatible("-grf", 0, 0x400); in show_regs() 106 iomem_show_by_compatible("-pmugrf", 0, 0x400); in show_regs()
|
| H A D | interrupts_64.c | 104 iomem_show_by_compatible("-cru", 0, 0x400); in show_regs() 105 iomem_show_by_compatible("-pmucru", 0, 0x400); in show_regs() 106 iomem_show_by_compatible("-grf", 0, 0x400); in show_regs() 107 iomem_show_by_compatible("-pmugrf", 0, 0x400); in show_regs()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | iomem.h | 33 void iomem_show_by_compatible(const char *compat, size_t start, size_t end);
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | iomem.c | 77 void iomem_show_by_compatible(const char *compat, size_t start, size_t end) in iomem_show_by_compatible() function
|