Searched refs:flash_size (Results 1 – 18 of 18) sorted by relevance
/drivers/net/ethernet/alacritech/ |
D | slic.h | 320 __le16 flash_size; /* 02 Flash size */ member 380 __le16 flash_size; /* 14 Flash size (bytes / 4K) */ member
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.c | 1955 u32 flash_size; in qed_mcp_get_flash_size() local 1960 flash_size = qed_rd(p_hwfn, p_ptt, MCP_REG_NVM_CFG4); in qed_mcp_get_flash_size() 1961 flash_size = (flash_size & MCP_REG_NVM_CFG4_FLASH_SIZE) >> in qed_mcp_get_flash_size() 1963 flash_size = (1 << (flash_size + MCP_BYTES_PER_MBIT_SHIFT)); in qed_mcp_get_flash_size() 1965 *p_flash_size = flash_size; in qed_mcp_get_flash_size()
|
D | qed_main.c | 298 &dev_info->flash_size); in qed_fill_dev_info()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 1213 return bp->common.flash_size; in bnx2x_get_eeprom_len() 1385 if (offset + buf_size > bp->common.flash_size) { in bnx2x_nvram_read() 1388 offset, buf_size, bp->common.flash_size); in bnx2x_nvram_read() 1649 if (offset + buf_size > bp->common.flash_size) { in bnx2x_nvram_write1() 1652 offset, buf_size, bp->common.flash_size); in bnx2x_nvram_write1() 1708 if (offset + buf_size > bp->common.flash_size) { in bnx2x_nvram_write() 1711 offset, buf_size, bp->common.flash_size); in bnx2x_nvram_write()
|
D | bnx2x.h | 953 int flash_size; member
|
D | bnx2x_vfpf.c | 376 bp->common.flash_size = 0; in bnx2x_vfpf_acquire()
|
D | bnx2x_main.c | 11082 bp->common.flash_size = (BNX2X_NVRAM_1MB_SIZE << in bnx2x_get_common_hwinfo() 11085 bp->common.flash_size, bp->common.flash_size); in bnx2x_get_common_hwinfo()
|
/drivers/platform/chrome/ |
D | cros_ec_sysfs.c | 274 resp->flash_size, resp->write_block_size, in show_ec_flashinfo()
|
/drivers/mtd/ubi/ |
D | build.c | 607 ubi->flash_size = ubi->mtd->size; in io_init() 983 mtd->index, mtd->name, ubi->flash_size >> 20); in ubi_attach_mtd_dev()
|
D | ubi.h | 635 long long flash_size; member
|
/drivers/scsi/esas2r/ |
D | atioctl.h | 1053 u32 flash_size; member
|
/drivers/misc/c2port/ |
D | core.c | 343 static DEVICE_ATTR(flash_size, 0444, c2port_show_flash_size, NULL);
|
/drivers/scsi/qla4xxx/ |
D | ql4_fw.h | 314 uint32_t flash_size; member
|
/drivers/scsi/qla2xxx/ |
D | qla_fw.h | 1451 uint32_t flash_size; member
|
/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 994 __le16 flash_size; member
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic.h | 281 u32 flash_size; member
|
/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 4415 bp->flash_size = val; in bnx2_init_nvram() 4417 bp->flash_size = bp->flash_info->total_size; in bnx2_init_nvram() 7223 return (int) bp->flash_size; in bnx2_get_eeprom_len()
|
D | bnx2.h | 6979 u32 flash_size; member
|