Home
last modified time | relevance | path

Searched refs:code_off (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvfw/
Dfw.h21 u32 code_off; member
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/nvfw/
Dfw.c46 nvkm_debug(subdev, "\tcodeOff : 0x%x\n", hdr->code_off); in nvfw_bl_desc()
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dqat_hal.c832 int code_off, unsigned int max_cycle, in qat_hal_exec_micro_inst() argument
876 if (code_off) in qat_hal_exec_micro_inst()
996 const int num_inst = ARRAY_SIZE(insts), code_off = 1; in qat_hal_wr_rel_reg() local
1028 code_off, num_inst * 0x5, NULL); in qat_hal_wr_rel_reg()
1196 const int num_inst = ARRAY_SIZE(micro_inst), code_off = 1; in qat_hal_put_rel_wr_xfer() local
1231 code_off, dly, NULL); in qat_hal_put_rel_wr_xfer()
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
Dhsfw.c146 memcpy(hsfw->imem, data + desc->code_off, desc->code_size); in nvkm_acr_hsfw_load_bl()