Searched refs:CACHE_OC_ADDRESS_ARRAY (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh2/cpu/
H A Dcache.h34 #define CACHE_OC_ADDRESS_ARRAY 0xf0000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh2a/cpu/
H A Dcache.h35 #define CACHE_OC_ADDRESS_ARRAY 0xf0800000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh3/cpu/
H A Dcache.h28 #define CACHE_OC_ADDRESS_ARRAY 0xf0000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-sh2a.c32 unsigned long addr = CACHE_OC_ADDRESS_ARRAY | (v & 0x000007f0);
62 CACHE_OC_ADDRESS_ARRAY | (v & 0x000007f0) | 0x00000008);
92 CACHE_OC_ADDRESS_ARRAY | (v & 0x000007f0) | 0x00000008);
118 unsigned long data = __raw_readl(CACHE_OC_ADDRESS_ARRAY | addr | (way << 11));
121 __raw_writel(data, CACHE_OC_ADDRESS_ARRAY | addr | (way << 11));
H A Dcache-sh2.c28 unsigned long addr = CACHE_OC_ADDRESS_ARRAY | (v & 0x00000ff0);
51 CACHE_OC_ADDRESS_ARRAY | (v & 0x00000ff0) | 0x00000008);
82 CACHE_OC_ADDRESS_ARRAY | (v & 0x00000ff0) | 0x00000008);
H A Dcache-sh3.c46 unsigned long addrstart = CACHE_OC_ADDRESS_ARRAY;
87 addr = CACHE_OC_ADDRESS_ARRAY |
H A Dcache-sh4.c97 (start < CACHE_OC_ADDRESS_ARRAY))
120 flush_cache_one(CACHE_OC_ADDRESS_ARRAY |
152 end_addr = CACHE_OC_ADDRESS_ARRAY +
159 for (addr = CACHE_OC_ADDRESS_ARRAY; addr < end_addr; ) {
252 flush_cache_one(CACHE_OC_ADDRESS_ARRAY |
H A Dcache-sh7705.c40 addrstart = CACHE_OC_ADDRESS_ARRAY;
108 addrstart = CACHE_OC_ADDRESS_ARRAY;
H A Dcache-debugfs.c48 base = CACHE_OC_ADDRESS_ARRAY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh4/cpu/
H A Dcache.h39 #define CACHE_OC_ADDRESS_ARRAY 0xf4000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh5/cpu/
H A Dcache.h80 #define CACHE_OC_ADDRESS_ARRAY 0x01800000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dprobe.c29 addr0 = CACHE_OC_ADDRESS_ARRAY + (3 << 12);
30 addr1 = CACHE_OC_ADDRESS_ARRAY + (1 << 12);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dinit.c152 addrstart = CACHE_OC_ADDRESS_ARRAY;

Completed in 137 milliseconds