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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dmemmap.h20 #define MEM_NON_CACHEABLE (0x80000000) macro
H A Dsv_addr_ag.h92 #define MEM_NON_CACHEABLE (0x80000000) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dmemmap.h22 #define MEM_NON_CACHEABLE (0x80000000) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/mm/
H A Dioremap.c81 return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dnandflash.c100 read_cs = ioremap(MEM_CSP0_START | MEM_NON_CACHEABLE, 8192);
101 write_cs = ioremap(MEM_CSP1_START | MEM_NON_CACHEABLE, 8192);

Completed in 66 milliseconds