Lines Matching defs:header
882 struct tegra_xusb_fw_header *header;
893 header = (struct tegra_xusb_fw_header *)fw->data;
894 tegra->fw.size = le32_to_cpu(header->fwimg_len);
904 header = (struct tegra_xusb_fw_header *)tegra->fw.virt;
915 struct tegra_xusb_fw_header *header;
925 header = (struct tegra_xusb_fw_header *)tegra->fw.virt;
941 address = tegra->fw.phys + sizeof(*header);
955 code_tag_blocks = DIV_ROUND_UP(le32_to_cpu(header->boot_codetag),
957 code_size_blocks = DIV_ROUND_UP(le32_to_cpu(header->boot_codesize),
993 csb_writel(tegra, le32_to_cpu(header->boot_codetag),
1016 timestamp = le32_to_cpu(header->fwimg_created_time);