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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Daiutils.c134 cpu = REG_MAP(sii->wrapba[3], SI_CORE_SIZE);
136 pcie = REG_MAP(sii->wrapba[5], SI_CORE_SIZE);
138 i2s = REG_MAP(sii->wrapba[8], SI_CORE_SIZE);
237 eromptr = (uint32 *)REG_MAP(erombase, SI_CORE_SIZE);
242 sii->curwrap = (void *)((uintptr)regs + SI_CORE_SIZE);
352 (sizel != SI_CORE_SIZE)) {
370 if ((asd != 0) && (j == 1) && (sizel == SI_CORE_SIZE)) {
402 if ((sizeh != 0) || (sizel != SI_CORE_SIZE)) {
425 if ((sizeh != 0) || (sizel != SI_CORE_SIZE)) {
492 sii->regs[coreidx] = REG_MAP(addr, SI_CORE_SIZE);
[all...]
H A Dsiutils_priv.h121 #define GOODCOREADDR(x, b) (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \
122 ISALIGNED((x), SI_CORE_SIZE))
123 #define GOODREGS(regs) ((regs) != NULL && ISALIGNED((uintptr)(regs), SI_CORE_SIZE))
H A Dsbutils.c387 ASSERT(regoff < SI_CORE_SIZE);
399 SI_CORE_SIZE);
491 ASSERT(regoff < SI_CORE_SIZE);
502 SI_CORE_SIZE);
561 sii->coresba[next] = sbba + (i * SI_CORE_SIZE);
696 sii->regs[coreidx] = REG_MAP(sbaddr, SI_CORE_SIZE);
H A Dspiflash.c890 srab_base = (uint32 *)REG_MAP(CHIPCB_SRAB_BASE, SI_CORE_SIZE);
899 dmu_base = (uint32 *)REG_MAP(CHIPCB_DMU_BASE, SI_CORE_SIZE);
H A Dhndpci.c782 resetctrl = (uint32 *)OSL_UNCACHED(SI_WRAP_BASE + (9 * SI_CORE_SIZE) +
H A Dsbsdram.S136 addu a0,SI_CORE_SIZE
H A Dsiutils.c173 regs = REG_MAP(SI_ENUM_BASE, SI_CORE_SIZE);
1851 cc = (chipcregs_t *)REG_MAP(SI_ENUM_BASE, SI_CORE_SIZE);
H A Dbcmrobo.c850 (srabregs_t *)REG_MAP(NS_CHIPCB_SRAB, SI_CORE_SIZE))
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndsoc.h46 #define SI_CORE_SIZE 0x1000 /* each core gets 4Kbytes for registers */ macro
H A Dsbconfig.h36 #define SB_BUS_MAXCORES (SB_BUS_SIZE / SI_CORE_SIZE) /* Max cores per bus */

Completed in 209 milliseconds