Searched refs:SET_FCU_CSR (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | qat_uclo.c | 1452 SET_FCU_CSR(handle, fcu_dram_hi_csr, (bus_addr >> BITS_IN_DWORD)); in qat_uclo_auth_fw() 1453 SET_FCU_CSR(handle, fcu_dram_lo_csr, bus_addr); in qat_uclo_auth_fw() 1454 SET_FCU_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_AUTH); in qat_uclo_auth_fw() 1531 SET_FCU_CSR(handle, in qat_uclo_broadcast_load_fw() 1534 SET_FCU_CSR(handle, fcuCtlCsr, FCU_CTRL_CMD_LOAD); in qat_uclo_broadcast_load_fw() 1559 SET_FCU_CSR(handle, in qat_uclo_broadcast_load_fw() 1760 SET_FCU_CSR(handle, in qat_uclo_load_fw()
|
| H A D | qat_hal.c | 1162 SET_FCU_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_START); in qat_hal_start()
|
| /freebsd/sys/dev/qat/include/common/ |
| H A D | icp_qat_hal.h | 163 #define SET_FCU_CSR(handle, csr, val) \ macro
|