Searched refs:fw_offset (Results 1 – 4 of 4) 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/sound/soc/codecs/ |
| H A D | rt722-sdca.c | 359 unsigned int fw_offset; in rt722_cae_load() local 465 for (fw_offset = 0; fw_offset < cae_fw->size;) { in rt722_cae_load() 467 if (fw_offset + 12 > cae_fw->size) { in rt722_cae_load() 473 fw_data = (unsigned char *)&cae_fw->data[fw_offset]; in rt722_cae_load() 482 if (size == 0 || size > cae_fw->size - fw_offset - 12) { in rt722_cae_load() 497 fw_offset += (size + 12); in rt722_cae_load() 516 fw_offset += (size + 12); in rt722_cae_load() 531 fw_offset += (size + 12); in rt722_cae_load() 543 fw_offset += 12; in rt722_cae_load() 546 __func__, fw_offset); in rt722_cae_load()
|
| H A D | rt1320-sdw.c | 1926 unsigned int fw_offset; in rt1320_rae_load() local 2008 for (fw_offset = 0; fw_offset < rae_fw->size;) { in rt1320_rae_load() 2010 dev_dbg(dev, "%s, fw_offset=0x%x\n", __func__, fw_offset); in rt1320_rae_load() 2012 fw_data = (unsigned char *)&rae_fw->data[fw_offset]; in rt1320_rae_load() 2037 fw_offset += (size + 12); in rt1320_rae_load() 2048 fw_offset += 12; in rt1320_rae_load() 2118 unsigned int val, i, fw_offset; in rt1320_dspfw_load_code() local 2179 fw_offset = sizeof(struct rt1320_dspfwheader) + (sizeof(struct rt1320_imageinfo) * fwheader->num); in rt1320_dspfw_load_code() 2180 dev_dbg(dev, "%s, fw_offset = 0x%x\n", __func__, fw_offset); in rt1320_dspfw_load_code() 2188 fw_offset, ptr_img->addr, ptr_img->size); in rt1320_dspfw_load_code() [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | melfas_mip4.c | 1077 const u8 *fw_data, u32 fw_size, u32 fw_offset) in mip4_flash_fw() argument 1105 for (offset = fw_offset; in mip4_flash_fw() 1106 offset < fw_offset + fw_size; in mip4_flash_fw()
|