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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dsbsdram.S109 1: lw v1,(SBCONFIGOFF + SBIDHIGH)(a0)
565 lw t1,(SBCONFIGOFF + SBIDHIGH)(t0)
580 lw t0,(SBCONFIGOFF + SBIDHIGH)(a0)
747 addi t8,SBCONFIGOFF # Get corerev for chipcommon
870 1: lw a1,(SBCONFIGOFF + SBIDLOW)(a0)
871 lw a1,(SBCONFIGOFF + SBIDHIGH)(a0)
996 1: lw a1,(SBCONFIGOFF + SBIDLOW)(a0)
997 lw a1,(SBCONFIGOFF + SBIDHIGH)(a0)
1035 h1: sw t8,(SBCONFIGOFF + SBTMSTATELOW)(a0)
1047 h2: sw t8,(SBCONFIGOFF
[all...]
H A Dsbutils.c46 #define REGS2SB(va) (sbconfig_t*) ((int8*)(va) + SBCONFIGOFF)
416 ((regoff >= SBCONFIGOFF) ?
435 if (regoff >= SBCONFIGOFF) {
445 if (regoff >= SBCONFIGOFF)
806 SBCONFIGOFF + OFFSETOF(sbconfig_t, sbimstate), 0, 0);
809 SBCONFIGOFF + OFFSETOF(sbconfig_t, sbimstate), ~0,
H A Dhndmips.c100 sb = (sbconfig_t *)((ulong) regs + SBCONFIGOFF);
149 sb = (sbconfig_t *)((ulong) regs + SBCONFIGOFF);
192 sb = (sbconfig_t *)((ulong) regs + SBCONFIGOFF);
H A Dboot.S189 lw t1,(SBCONFIGOFF + SBIDHIGH)(t0)
H A Daiutils.c660 ((regoff >= SBCONFIGOFF) ?
H A Dhndpci.c793 sb = (sbconfig_t *)((ulong) pci + SBCONFIGOFF);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dirq.c319 mipssbr = (sbconfig_t *)((ulong)regs + SBCONFIGOFF);
322 ccsbr = (sbconfig_t *)((ulong)regs + SBCONFIGOFF);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dsbconfig.h41 #define SBCONFIGOFF 0xf00 /* core sbconfig regs are top 256bytes of regs */ macro
68 /* All the previous registers are above SBCONFIGOFF, but with Sonics 2.3, we have
70 * and change the value of SBCONFIGOFF, so I'm definig them as absolute offsets here,

Completed in 109 milliseconds