Searched refs:fltype (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dbcm947xx-flash.c90 uint32 fltype; local
104 fltype = readl(&cc->capabilities) & CC_CAP_FLASH_MASK;
105 if (fltype == PFLASH) {
113 fltype = PFLASH;
122 if (fltype != PFLASH) {
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dload.c317 uint32 fltype, off, clkdiv, bpclock, sflmaxclk, sfldiv; local
327 fltype = sih->cccaps & CC_CAP_FLASH_MASK;
328 if ((fltype != SFLASH_ST) && (fltype != SFLASH_AT))
H A Dflashutl.c75 uint32 fltype = PFLASH; local
94 fltype = R_REG(osh, &cc->capabilities) & CC_CAP_FLASH_MASK;
95 if (fltype == SFLASH_ST || fltype == SFLASH_AT) {
117 fltype == PFLASH && idx < ARRAYSIZE(flash_cmds);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c93 uint32 fltype; local
110 fltype = NFLASH;
115 fltype = readl(&cc->capabilities) & CC_CAP_FLASH_MASK;
118 switch (fltype) {

Completed in 114 milliseconds