Searched refs:fw_offset (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/mtd/parsers/ |
| H A D | ofpart_bcm4908.c | 52 long long fw_offset; in bcm4908_partitions_post_parse() local 55 fw_offset = bcm4908_partitions_fw_offset(); in bcm4908_partitions_post_parse() 59 if (fw_offset < 0 || parts[i].offset == fw_offset) in bcm4908_partitions_post_parse()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_fw.c | 97 u32 fw_offset = firmware->size - SZ_4K; in pvr_fw_validate() local 103 header = (const struct pvr_fw_info_header *)&fw[fw_offset]; in pvr_fw_validate() 138 fw_offset += header->header_len; in pvr_fw_validate() 141 if ((fw_offset + layout_table_size) > firmware->size) in pvr_fw_validate() 144 layout_entries = (const struct pvr_fw_layout_entry *)&fw[fw_offset]; in pvr_fw_validate() 153 fw_offset = (firmware->size - SZ_4K) - header->device_info_size; in pvr_fw_validate() 174 u32 fw_offset; in pvr_fw_get_device_info() local 176 fw_offset = (firmware->size - SZ_4K) - pvr_dev->fw_dev.header->device_info_size; in pvr_fw_get_device_info() 178 header = (struct pvr_fw_device_info_header *)&fw[fw_offset]; in pvr_fw_get_device_info()
|
| /linux/sound/soc/codecs/ |
| H A D | rt1320-sdw.c | 1428 unsigned int fw_offset; in rt1320_rae_load() local 1485 for (fw_offset = 0; fw_offset < rae_fw->size;) { in rt1320_rae_load() 1487 dev_dbg(dev, "%s, fw_offset=0x%x\n", __func__, fw_offset); in rt1320_rae_load() 1489 fw_data = (unsigned char *)&rae_fw->data[fw_offset]; in rt1320_rae_load() 1514 fw_offset += (size + 12); in rt1320_rae_load() 1525 fw_offset += 12; in rt1320_rae_load() 1580 unsigned int val, i, fw_offset, fw_ready; in rt1320_dspfw_load_code() local 1658 fw_offset = sizeof(struct rt1320_dspfwheader) + (sizeof(struct rt1320_imageinfo) * fwheader->num); in rt1320_dspfw_load_code() 1659 dev_dbg(dev, "%s, fw_offset = 0x%x\n", __func__, fw_offset); in rt1320_dspfw_load_code() 1667 fw_offset, ptr_img->addr, ptr_img->size); in rt1320_dspfw_load_code() [all …]
|
| /linux/drivers/net/usb/ |
| H A D | r8152.c | 1012 __le16 fw_offset; member 1034 __le16 fw_offset; member 1070 __le16 fw_offset; member 1125 __le16 fw_offset; member 4256 u16 fw_offset; in rtl8152_is_fw_phy_speed_up_ok() local 4281 fw_offset = __le16_to_cpu(phy->fw_offset); in rtl8152_is_fw_phy_speed_up_ok() 4283 if (fw_offset < sizeof(*phy) || length <= fw_offset) { in rtl8152_is_fw_phy_speed_up_ok() 4288 length -= fw_offset; in rtl8152_is_fw_phy_speed_up_ok() 4367 u16 fw_offset; in rtl8152_is_fw_phy_union_ok() local 4382 fw_offset = __le16_to_cpu(phy->fw_offset); in rtl8152_is_fw_phy_union_ok() [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | melfas_mip4.c | 1080 const u8 *fw_data, u32 fw_size, u32 fw_offset) in mip4_flash_fw() argument 1108 for (offset = fw_offset; in mip4_flash_fw() 1109 offset < fw_offset + fw_size; in mip4_flash_fw()
|