Lines Matching refs:be32_to_cpup
129 be32_to_cpup((__be32 *)&config_data[config_offset]); in tasdevice_add_config()
176 be32_to_cpup((__be32 *)&config_data[config_offset]); in tasdevice_add_config()
180 be32_to_cpup((__be32 *)&config_data[config_offset]); in tasdevice_add_config()
230 fw_hdr->img_sz = be32_to_cpup((__be32 *)&buf[offset]); in tasdevice_rca_parser()
241 fw_hdr->checksum = be32_to_cpup((__be32 *)&buf[offset]); in tasdevice_rca_parser()
243 fw_hdr->binary_version_num = be32_to_cpup((__be32 *)&buf[offset]); in tasdevice_rca_parser()
252 fw_hdr->drv_fw_version = be32_to_cpup((__be32 *)&buf[offset]); in tasdevice_rca_parser()
280 fw_hdr->nconfig = be32_to_cpup((__be32 *)&buf[offset]); in tasdevice_rca_parser()
284 fw_hdr->config_size[i] = be32_to_cpup((__be32 *)&buf[offset]); in tasdevice_rca_parser()
333 block->type = be32_to_cpup((__be32 *)&data[offset]); in fw_parse_block_data_kernel()
348 block->blk_size = be32_to_cpup((__be32 *)&data[offset]); in fw_parse_block_data_kernel()
351 block->nr_subblocks = be32_to_cpup((__be32 *)&data[offset]); in fw_parse_block_data_kernel()
384 img_data->nr_blk = be32_to_cpup((__be32 *)&data[offset]); in fw_parse_data_kernel()
505 tas_fmw->nr_programs = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_variable_header_kernel()
524 program->prog_size = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_variable_header_kernel()
531 tas_fmw->nr_configurations = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_variable_header_kernel()
563 config->cfg_size = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_variable_header_kernel()
943 fw_hdr->device_family = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_variable_hdr()
951 fw_hdr->device = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_variable_hdr()
996 block->type = be32_to_cpup((__be32 *)&data[offset]); in fw_parse_block_data()
1021 block->nr_cmds = be32_to_cpup((__be32 *)&data[offset]); in fw_parse_block_data()
1808 fw_fixed_hdr->fwsize = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_header()
1817 fw_fixed_hdr->ppcver = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_header()
1819 fw_fixed_hdr->drv_ver = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_header()