Lines Matching defs:section
689 * Given a BCF file, downloads each section (a command and a payload)
693 * The section size has to be aligned to 4 bytes AND the padding has
705 section_size, /* Size of the whole section (cmd + payload) */
706 section = 1;
720 "downloading section #%zu (@%zu %zu B) to 0x%08x\n",
721 section, offset, sizeof(*bh) + data_size,
735 dev_err(dev, "fw %s: bad section #%zu, "
737 i2400m->fw_name, section,
746 dev_err(dev, "fw %s: section #%zu (@%zu %zu B) "
747 "failed %d\n", i2400m->fw_name, section,
752 section++;