Searched refs:flashid (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | kwbimage.c | 174 uint32_t flashid; member 798 fprintf(out, "fuse prog -y 47 0 %08x 00000000 1\n", e->flashid); in kwb_dump_fuse_cmds_38x() 1193 secure_hdr->flashid = cpu_to_le32(e_flashid->flashid); in add_secure_header_v1() 1426 el->flashid = strtoul(value1, NULL, 0); in image_create_config_parse_oneline()
|
| H A D | kwbimage.h | 143 uint32_t flashid; /* 0x21C - 0x21F */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 776 u32 flashid = 0; in csio_hw_get_flash_params() local 781 ret = csio_hw_sf1_read(hw, 3, 0, 1, &flashid); in csio_hw_get_flash_params() 789 if (supported_flash[part].vendor_and_model_id == flashid) { in csio_hw_get_flash_params() 804 manufacturer = flashid & 0xff; in csio_hw_get_flash_params() 810 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params() 830 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params() 845 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params() 862 flashid); in csio_hw_get_flash_params() 873 flashid, hw->params.sf_size, FLASH_MIN_SIZE); in csio_hw_get_flash_params()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mvsas/ |
| H A D | mv_sas.h | 384 u16 flashid; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 8992 u32 flashid = 0; in t4_get_flash_params() local 9003 ret = sf1_read(adap, 3, 0, 1, &flashid); in t4_get_flash_params() 9011 if (supported_flash[part].vendor_and_model_id == flashid) { in t4_get_flash_params() 9026 manufacturer = flashid & 0xff; in t4_get_flash_params() 9032 density = (flashid >> 16) & 0xff; in t4_get_flash_params() 9068 density = (flashid >> 16) & 0xff; in t4_get_flash_params() 9083 density = (flashid >> 16) & 0xff; in t4_get_flash_params() 9098 density = (flashid >> 16) & 0xff; in t4_get_flash_params() 9119 flashid); in t4_get_flash_params() 9130 flashid, adap->params.sf_size, FLASH_MIN_SIZE); in t4_get_flash_params()
|