Searched refs:ICP_GPB_REL (Results 1 – 3 of 3) sorted by relevance
/drivers/crypto/intel/qat/qat_common/ |
D | qat_hal.c | 258 case ICP_GPB_REL: in qat_hal_get_reg_addr() 1265 qat_hal_rd_rel_reg(handle, ae, ctx, ICP_GPB_REL, 0, &gprb0); in qat_hal_exec_micro_init_lm() 1266 qat_hal_rd_rel_reg(handle, ae, ctx, ICP_GPB_REL, 0x1, &gprb1); in qat_hal_exec_micro_init_lm() 1276 qat_hal_wr_rel_reg(handle, ae, ctx, ICP_GPB_REL, 0, gprb0); in qat_hal_exec_micro_init_lm() 1277 qat_hal_wr_rel_reg(handle, ae, ctx, ICP_GPB_REL, 0x1, gprb1); in qat_hal_exec_micro_init_lm() 1403 status = qat_hal_rd_rel_reg(handle, ae, ctx, ICP_GPB_REL, gprnum, &gprval); in qat_hal_put_rel_wr_xfer() 1408 gpr_addr = qat_hal_get_reg_addr(ICP_GPB_REL, gprnum); in qat_hal_put_rel_wr_xfer() 1423 qat_hal_wr_rel_reg(handle, ae, ctx, ICP_GPB_REL, gprnum, gprval); in qat_hal_put_rel_wr_xfer()
|
D | icp_qat_uclo.h | 113 ICP_GPB_REL = 3, enumerator
|
D | qat_uclo.c | 774 case ICP_GPB_REL: in qat_uclo_init_reg()
|