Home
last modified time | relevance | path

Searched refs:flash_size (Results 1 – 18 of 18) sorted by relevance

/drivers/net/ethernet/alacritech/
Dslic.h320 __le16 flash_size; /* 02 Flash size */ member
380 __le16 flash_size; /* 14 Flash size (bytes / 4K) */ member
/drivers/net/ethernet/qlogic/qed/
Dqed_mcp.c1955 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()
Dqed_main.c298 &dev_info->flash_size); in qed_fill_dev_info()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c1213 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()
Dbnx2x.h953 int flash_size; member
Dbnx2x_vfpf.c376 bp->common.flash_size = 0; in bnx2x_vfpf_acquire()
Dbnx2x_main.c11082 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/
Dcros_ec_sysfs.c274 resp->flash_size, resp->write_block_size, in show_ec_flashinfo()
/drivers/mtd/ubi/
Dbuild.c607 ubi->flash_size = ubi->mtd->size; in io_init()
983 mtd->index, mtd->name, ubi->flash_size >> 20); in ubi_attach_mtd_dev()
Dubi.h635 long long flash_size; member
/drivers/scsi/esas2r/
Datioctl.h1053 u32 flash_size; member
/drivers/misc/c2port/
Dcore.c343 static DEVICE_ATTR(flash_size, 0444, c2port_show_flash_size, NULL);
/drivers/scsi/qla4xxx/
Dql4_fw.h314 uint32_t flash_size; member
/drivers/scsi/qla2xxx/
Dqla_fw.h1451 uint32_t flash_size; member
/drivers/scsi/megaraid/
Dmegaraid_sas.h994 __le16 flash_size; member
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h281 u32 flash_size; member
/drivers/net/ethernet/broadcom/
Dbnx2.c4415 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()
Dbnx2.h6979 u32 flash_size; member