Home
last modified time | relevance | path

Searched refs:SET_FCU_CSR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c1451 SET_FCU_CSR(handle, fcu_dram_hi_csr, (bus_addr >> BITS_IN_DWORD)); in qat_uclo_auth_fw()
1452 SET_FCU_CSR(handle, fcu_dram_lo_csr, bus_addr); in qat_uclo_auth_fw()
1453 SET_FCU_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_AUTH); in qat_uclo_auth_fw()
1530 SET_FCU_CSR(handle, in qat_uclo_broadcast_load_fw()
1533 SET_FCU_CSR(handle, fcuCtlCsr, FCU_CTRL_CMD_LOAD); in qat_uclo_broadcast_load_fw()
1558 SET_FCU_CSR(handle, in qat_uclo_broadcast_load_fw()
1753 SET_FCU_CSR(handle, in qat_uclo_load_fw()
H A Dqat_hal.c1163 SET_FCU_CSR(handle, fcu_ctl_csr, FCU_CTRL_CMD_START); in qat_hal_start()
/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h163 #define SET_FCU_CSR(handle, csr, val) \ macro