Searched refs:SET_CAP_CSR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_hal.h | 90 #define SET_CAP_CSR(handle, csr, val) \ macro 94 #define SET_GLB_CSR(handle, csr, val) SET_CAP_CSR(handle, csr + GLOBAL_CSR, val)
|
H A D | qat_uclo.c | 1160 SET_CAP_CSR(handle, FCU_DRAM_ADDR_HI, (bus_addr >> BITS_IN_DWORD)); in qat_uclo_auth_fw() 1161 SET_CAP_CSR(handle, FCU_DRAM_ADDR_LO, bus_addr); in qat_uclo_auth_fw() 1162 SET_CAP_CSR(handle, FCU_CONTROL, FCU_CTRL_CMD_AUTH); in qat_uclo_auth_fw() 1347 SET_CAP_CSR(handle, FCU_CONTROL, in qat_uclo_load_fw()
|
H A D | qat_hal.c | 752 SET_CAP_CSR(handle, FCU_CONTROL, FCU_CTRL_CMD_START); in qat_hal_start()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_hal.h | 125 #define SET_CAP_CSR(handle, csr, val) \ macro
|
H A D | qat_uclo.c | 1229 SET_CAP_CSR(handle, fcu_dram_hi_csr, (bus_addr >> BITS_IN_DWORD)); in qat_uclo_auth_fw() 1230 SET_CAP_CSR(handle, fcu_dram_lo_csr, bus_addr); in qat_uclo_auth_fw() 1231 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_AUTH); in qat_uclo_auth_fw() 1295 SET_CAP_CSR(handle, FCU_ME_BROADCAST_MASK_TYPE, in qat_uclo_broadcast_load_fw() 1298 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_LOAD); in qat_uclo_broadcast_load_fw() 1547 SET_CAP_CSR(handle, fcu_ctl_csr, in qat_uclo_load_fw()
|
H A D | qat_hal.c | 310 SET_CAP_CSR(handle, reset_csr, csr_val); in qat_hal_reset() 427 SET_CAP_CSR(handle, misc_ctl_csr, misc_ctl & in qat_hal_reset_timestamp() 435 SET_CAP_CSR(handle, misc_ctl_csr, misc_ctl | MC_TIMESTAMP_ENABLE); in qat_hal_reset_timestamp() 487 SET_CAP_CSR(handle, reset_csr, csr_val); in qat_hal_clr_reset() 496 SET_CAP_CSR(handle, clk_csr, csr_val); in qat_hal_clr_reset() 899 SET_CAP_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_START); in qat_hal_start()
|
Completed in 12 milliseconds