Searched refs:MEM_NON_CACHEABLE (Results 1 – 8 of 8) sorted by relevance
193 MEM_NON_CACHEABLE); in init_ioremap()195 MEM_NON_CACHEABLE); in init_ioremap()197 MEM_NON_CACHEABLE); in init_ioremap()203 ioremap((unsigned long)(MEM_CSE1_START | MEM_NON_CACHEABLE), 16); in init_ioremap()205 ioremap((unsigned long)(MEM_CSP0_START | MEM_NON_CACHEABLE), 16); in init_ioremap()207 ioremap((unsigned long)(MEM_CSP4_START | MEM_NON_CACHEABLE), 16); in init_ioremap()
8 #define MEM_NON_CACHEABLE (0x80000000) macro
20 #define MEM_NON_CACHEABLE (0x80000000) macro
22 #define MEM_NON_CACHEABLE (0x80000000) macro
22 memset((void *)(MEM_INTMEM_START | MEM_NON_CACHEABLE), 0, 2*1024); in l2cache_init()
121 read_cs = ioremap(MEM_CSP0_START | MEM_NON_CACHEABLE, 8192); in crisv32_nand_flash_probe()122 write_cs = ioremap(MEM_CSP1_START | MEM_NON_CACHEABLE, 8192); in crisv32_nand_flash_probe()
81 return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0); in ioremap_nocache()
92 #define MEM_NON_CACHEABLE (0x80000000) macro