Searched refs:OSL_UNCACHED (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dmin_osl.h130 #define OSL_UNCACHED(va) ((void *)KSEG1ADDR((ulong)(va))) macro
133 #define OSL_UNCACHED(va) ((void *)(va)) macro
138 #define OSL_UNCACHED(va) ((void *)(va)) macro
164 #define REG_MAP(pa, size) (OSL_UNCACHED(pa))
H A Dlinux_osl.h347 #define OSL_UNCACHED(va) ((void *)KSEG1ADDR((va))) macro
350 #define OSL_UNCACHED(va) ((void *)va) macro
856 #define OSL_UNCACHED(va) osl_uncached((va)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dmin_osl.c87 tmp = R_REG(NULL, (uint32 *)(OSL_UNCACHED(SI_ENUM_BASE + CC_CHIPID)));
507 idx = *((uint32 *)OSL_UNCACHED((uintptr)&log_idx));
508 *((char *)OSL_UNCACHED(&log_buf[idx])) = (char)c;
509 *((uint32 *)OSL_UNCACHED((uintptr)&log_idx)) = (idx + 1) & LOG_BUF_MASK;
H A Dnvram_rw.c268 nvh = (struct nvram_header *)OSL_UNCACHED(flbase + off);
285 OSL_UNCACHED(flbase + off - MAX_NVRAM_SPACE);
304 nvh = (struct nvram_header *)OSL_UNCACHED(flbase + (4 * 1024));
307 nvh = (struct nvram_header *)OSL_UNCACHED(flbase + 1024);
H A Dload.c256 inbase = OSL_UNCACHED(SI_FLASH2 + inoff);
331 flbase = (uintptr)OSL_UNCACHED((void *)SI_FLASH2);
H A Dflashutl.c92 flashutl_base = (void *)OSL_UNCACHED((uintptr)SI_FLASH2);
97 flashutl_base = (void *)OSL_UNCACHED((uintptr)SI_FLASH2);
H A Dsflash.c262 from = (uint8 *)OSL_UNCACHED((void *)SI_FLASH2 + offset);
H A Dccsflash.c291 from = (uint8 *)OSL_UNCACHED((void *)SI_FLASH2 + offset);
H A Dhndpci.c782 resetctrl = (uint32 *)OSL_UNCACHED(SI_WRAP_BASE + (9 * SI_CORE_SIZE) +
H A Dhnddma.c1217 (!(len = ltoh16(*(uint16 *)OSL_UNCACHED(PKTDATA(di->osh, head)))) &&
1386 *(uint32 *)OSL_UNCACHED((PKTDATA(di->osh, p))) = 0;

Completed in 75 milliseconds