Home
last modified time | relevance | path

Searched refs:MEM_NON_CACHEABLE (Results 1 – 8 of 8) sorted by relevance

/arch/cris/arch-v10/mm/
Dinit.c193 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()
/arch/cris/include/arch-v32/mach-a3/mach/
Dmemmap.h8 #define MEM_NON_CACHEABLE (0x80000000) macro
/arch/cris/include/arch-v10/arch/
Dmemmap.h20 #define MEM_NON_CACHEABLE (0x80000000) macro
/arch/cris/include/arch-v32/mach-fs/mach/
Dmemmap.h22 #define MEM_NON_CACHEABLE (0x80000000) macro
/arch/cris/arch-v32/mm/
Dl2cache.c22 memset((void *)(MEM_INTMEM_START | MEM_NON_CACHEABLE), 0, 2*1024); in l2cache_init()
/arch/cris/arch-v32/drivers/mach-fs/
Dnandflash.c121 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()
/arch/cris/mm/
Dioremap.c81 return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0); in ioremap_nocache()
/arch/cris/include/uapi/arch-v10/arch/
Dsv_addr_ag.h92 #define MEM_NON_CACHEABLE (0x80000000) macro