Searched refs:TO_UNCAC (Results 1 – 10 of 10) sorted by relevance
21 #define NODE_ID_OFFSET_ADDR ((void __iomem *)TO_UNCAC(0x1001041c))126 setup_8250_early_printk_port(TO_UNCAC(LOONGSON_REG_BASE), 0, 1024); in prom_init()128 setup_8250_early_printk_port(TO_UNCAC(LOONGSON_REG_BASE + 0x1e0), 0, 1024); in prom_init()
130 secondary_kexec_args[0] = TO_UNCAC(0x3ff01000); in loongson_kexec_shutdown()146 secondary_kexec_args[0] = TO_UNCAC(0x3ff01000); in loongson_crash_shutdown()
24 #define HOST_BRIDGE_CONFIG_ADDR ((void __iomem *)TO_UNCAC(0x1a000000))
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)
41 _loongson_uart_base = TO_UNCAC(loongson_uart_base); in prom_init_loongson_uart_base()
83 #define TO_UNCAC(x) (UNCAC_BASE | ((x) & TO_PHYS_MASK)) macro
63 (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)
Completed in 18 milliseconds