Searched refs:TO_UNCACHE (Results 1 – 3 of 3) sorted by relevance
18 (*(volatile u32 *)((char *)TO_UNCACHE(LOONGSON_REG_BASE) + (x)))76 #define LS7A_DMA_CFG (volatile void *)TO_UNCACHE(LS7A_CHIPCFG_REG_BASE + 0x041c)80 #define LS7A_INT_MASK_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x020)81 #define LS7A_INT_EDGE_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x060)87 #define LS7A_INT_POL_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x3e0)88 #define LS7A_LPC_INT_CTL (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x2000)101 #define LS7A_P_CNT_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x01c)130 #define ls7a_readb(addr) (*(volatile unsigned char *)TO_UNCACHE(addr))131 #define ls7a_readw(addr) (*(volatile unsigned short *)TO_UNCACHE(addr))132 #define ls7a_readl(addr) (*(volatile unsigned int *)TO_UNCACHE(addr))[all …]
56 #define TO_UNCACHE(x) (UNCACHE_BASE | ((x) & TO_PHYS_MASK)) macro
1180 unsigned long uncached_eentry = TO_UNCACHE(__pa(eentry)); in set_merr_handler()
Completed in 10 milliseconds