Searched refs:flash_table (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/net/atlx/
H A Datlx.c44 static struct atlx_spi_flash_dev flash_table[] = { variable in typeref:struct:atlx_spi_flash_dev
H A Datl2.c2181 static struct atl2_spi_flash_dev flash_table[] = variable in typeref:struct:atl2_spi_flash_dev
2429 if (hw->flash_vendor >= ARRAY_SIZE(flash_table))
2434 flash_table[hw->flash_vendor].cmdPROGRAM);
2436 flash_table[hw->flash_vendor].cmdSECTOR_ERASE);
2438 flash_table[hw->flash_vendor].cmdCHIP_ERASE);
2440 flash_table[hw->flash_vendor].cmdRDID);
2442 flash_table[hw->flash_vendor].cmdWREN);
2444 flash_table[hw->flash_vendor].cmdRDSR);
2446 flash_table[hw->flash_vendor].cmdWRSR);
2448 flash_table[h
[all...]
H A Datl1.c814 if (hw->flash_vendor >= ARRAY_SIZE(flash_table))
819 iowrite8(flash_table[hw->flash_vendor].cmd_program,
821 iowrite8(flash_table[hw->flash_vendor].cmd_sector_erase,
823 iowrite8(flash_table[hw->flash_vendor].cmd_chip_erase,
825 iowrite8(flash_table[hw->flash_vendor].cmd_rdid,
827 iowrite8(flash_table[hw->flash_vendor].cmd_wren,
829 iowrite8(flash_table[hw->flash_vendor].cmd_rdsr,
831 iowrite8(flash_table[hw->flash_vendor].cmd_wrsr,
833 iowrite8(flash_table[hw->flash_vendor].cmd_read,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c149 static const struct flash_spec flash_table[] = variable in typeref:struct:flash_spec
4284 entry_count = ARRAY_SIZE(flash_table);
4289 for (j = 0, flash = &flash_table[0]; j < entry_count;
4307 for (j = 0, flash = &flash_table[0]; j < entry_count;

Completed in 52 milliseconds