Lines Matching refs:bus_addr
2445 bus_size_t bus_addr; in qat_aefw_alloc_auth_dmamem() local
2467 bus_addr = auth_chunk->ac_chunk_bus_addr; in qat_aefw_alloc_auth_dmamem()
2468 bus_addr += simg_offset; in qat_aefw_alloc_auth_dmamem()
2471 auth_desc->fad_css_hdr_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()
2472 auth_desc->fad_css_hdr_low = bus_addr; in qat_aefw_alloc_auth_dmamem()
2477 bus_addr += sizeof(struct css_hdr); in qat_aefw_alloc_auth_dmamem()
2480 auth_desc->fad_fwsk_pub_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()
2481 auth_desc->fad_fwsk_pub_low = bus_addr; in qat_aefw_alloc_auth_dmamem()
2489 bus_addr += CSS_FWSK_PUB_LEN; in qat_aefw_alloc_auth_dmamem()
2492 auth_desc->fad_signature_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()
2493 auth_desc->fad_signature_low = bus_addr; in qat_aefw_alloc_auth_dmamem()
2498 bus_addr += CSS_SIGNATURE_LEN; in qat_aefw_alloc_auth_dmamem()
2501 auth_desc->fad_img_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()
2502 auth_desc->fad_img_low = bus_addr; in qat_aefw_alloc_auth_dmamem()
2511 bus_addr += sizeof(struct simg_ae_mode); in qat_aefw_alloc_auth_dmamem()
2513 auth_desc->fad_img_ae_init_data_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()
2514 auth_desc->fad_img_ae_init_data_low = bus_addr; in qat_aefw_alloc_auth_dmamem()
2516 bus_addr += SIMG_AE_INIT_SEQ_LEN; in qat_aefw_alloc_auth_dmamem()
2518 auth_desc->fad_img_ae_insts_high = (uint64_t)bus_addr >> 32; in qat_aefw_alloc_auth_dmamem()
2519 auth_desc->fad_img_ae_insts_low = bus_addr; in qat_aefw_alloc_auth_dmamem()