Searched refs:img_desc (Results 1 – 3 of 3) sorted by relevance
40 static const struct mtk_clk_desc img_desc = { variable53 .data = &img_desc,
51 static const struct mtk_clk_desc img_desc = { variable74 .data = &img_desc,
1380 struct icp_firml_dram_desc img_desc; in qat_uclo_map_auth_fw() local1389 if (qat_uclo_simg_alloc(handle, &img_desc, length)) { in qat_uclo_map_auth_fw()1394 auth_chunk = img_desc.dram_base_addr_v; in qat_uclo_map_auth_fw()1395 auth_chunk->chunk_size = img_desc.dram_size; in qat_uclo_map_auth_fw()1396 auth_chunk->chunk_bus_addr = img_desc.dram_bus_addr; in qat_uclo_map_auth_fw()1397 virt_base = (uintptr_t)img_desc.dram_base_addr_v + simg_offset; in qat_uclo_map_auth_fw()1398 bus_addr = img_desc.dram_bus_addr + simg_offset; in qat_uclo_map_auth_fw()1399 auth_desc = img_desc.dram_base_addr_v; in qat_uclo_map_auth_fw()