Lines Matching defs:header
951 struct tegra_xusb_fw_header *header;
962 header = (struct tegra_xusb_fw_header *)fw->data;
963 tegra->fw.size = le32_to_cpu(header->fwimg_len);
973 header = (struct tegra_xusb_fw_header *)tegra->fw.virt;
1002 struct tegra_xusb_fw_header *header;
1009 header = (struct tegra_xusb_fw_header *)tegra->fw.virt;
1024 address = tegra->fw.phys + sizeof(*header);
1038 code_tag_blocks = DIV_ROUND_UP(le32_to_cpu(header->boot_codetag),
1040 code_size_blocks = DIV_ROUND_UP(le32_to_cpu(header->boot_codesize),
1076 csb_writel(tegra, le32_to_cpu(header->boot_codetag),
1085 timestamp = le32_to_cpu(header->fwimg_created_time);
1096 * The offset should not exceed the fw header structure