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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/
H A Dmemmap.h8 #define MEM_NON_CACHEABLE (0x80000000) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/
H A Dmemmap.h22 #define MEM_NON_CACHEABLE (0x80000000) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dmemmap.h20 #define MEM_NON_CACHEABLE (0x80000000) macro
H A Dsv_addr_ag.h92 #define MEM_NON_CACHEABLE (0x80000000) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dl2cache.c22 memset((void *)(MEM_INTMEM_START | MEM_NON_CACHEABLE), 0, 2*1024);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/mm/
H A Dinit.c201 MEM_NON_CACHEABLE);
203 MEM_NON_CACHEABLE);
205 MEM_NON_CACHEABLE);
211 ioremap((unsigned long)(MEM_CSE1_START | MEM_NON_CACHEABLE), 16);
213 ioremap((unsigned long)(MEM_CSP0_START | MEM_NON_CACHEABLE), 16);
215 ioremap((unsigned long)(MEM_CSP4_START | MEM_NON_CACHEABLE), 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/mm/
H A Dioremap.c81 return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/mach-fs/
H A Dnandflash.c120 read_cs = ioremap(MEM_CSP0_START | MEM_NON_CACHEABLE, 8192);
121 write_cs = ioremap(MEM_CSP1_START | MEM_NON_CACHEABLE, 8192);

Completed in 164 milliseconds