Searched refs:TO_UNCAC (Results 1 – 11 of 11) sorted by relevance
85 #define TO_UNCAC(x) (UNCAC_BASE | ((x) & TO_PHYS_MASK)) macro88 #define CKSEG1ADDR_OR_64BIT(x) TO_UNCAC(x)
21 #define NODE_ID_OFFSET_ADDR ((void __iomem *)TO_UNCAC(0x1001041c))144 setup_8250_early_printk_port(TO_UNCAC(LOONGSON_REG_BASE), 0, 1024); in prom_init()146 setup_8250_early_printk_port(TO_UNCAC(LOONGSON_REG_BASE + 0x1e0), 0, 1024); in prom_init()
117 secondary_kexec_args[0] = TO_UNCAC(0x3ff01000); in loongson_kexec_shutdown()133 secondary_kexec_args[0] = TO_UNCAC(0x3ff01000); in loongson_crash_shutdown()
26 #define HOST_BRIDGE_CONFIG_ADDR ((void __iomem *)TO_UNCAC(0x1a000000))
41 _loongson_uart_base = TO_UNCAC(loongson_uart_base); in prom_init_loongson_uart_base()
70 (*(volatile u8 *)((char *)TO_UNCAC(base) + (x)))73 (*(volatile u32 *)((char *)TO_UNCAC(base) + (x)))
215 #define MMIO_CSR(x) (void *)TO_UNCAC(CSR_PUBLIC_MMIO_BASE + x)
56 (TO_UNCAC(TO_NODE(nasid, IP27_NMI_KREGS_OFFSET)) + in nmi_cpu_eframe_save()
221 #define LOONGSON_CHIPCFG (void __iomem *)TO_UNCAC(0x1fc00180)
369 TO_UNCAC((NODE_OFFSET(_nasid) + (_off)) | UNCAC_BASE)
87 UASM_i_LA(&p, GPR_T9, TO_UNCAC(__pa_symbol(mips_cps_core_boot))); in mips_cps_build_core_entry()
Completed in 21 milliseconds