Searched refs:sflash (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsflash.c18 * $Id: sflash.c 345826 2012-07-19 06:34:55Z $
30 #include <sflash.h>
39 static struct sflash sflash; variable in typeref:struct:sflash
52 struct sflash *
63 bzero(&sflash, sizeof(sflash));
65 sflash.type = sih->cccaps & CC_CAP_FLASH_MASK;
67 switch (sflash.type) {
75 sflash
[all...]
H A Dflashutl.c30 #include <sflash.h>
79 struct sflash *sflash; local
100 sflash = sflash_init(sih, cc);
103 flashutl_desc->size = sflash->size;
105 sprintf(flash_str, "SFLASH %d kB", sflash->size/1024);
H A Dboot.S268 beq t0,SFLASH_AT,switchkseg0 # Atmel sflash
270 beq t0,SFLASH_ST,switchkseg0 # ST sflash
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dsflash.h18 * $Id: sflash.h 345826 2012-07-19 06:34:55Z $
27 struct sflash { struct
44 extern struct sflash *sflash_init(si_t *sih, chipcregs_t *cc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A DMakefile24 BCM947XX_OBJS += $(addprefix $(SHARED)/, sflash.o)
H A Dnvram_linux.c51 #include <sflash.h>
89 struct sflash *info = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/wl/config/
H A Dwl.mk1622 WLFILES_SRC_LO += src/shared/sflash.c
1696 WLFILES_SRC_LO += src/shared/sflash.c
1712 WLFILES_SRC_LO += src/shared/sflash.c

Completed in 55 milliseconds