Searched refs:AE_CSR_ADDR (Results 1 – 1 of 1) sorted by relevance
/drivers/crypto/intel/qat/qat_common/ |
D | icp_qat_hal.h | 131 #define AE_CSR_ADDR(handle, ae, csr) (AE_CSR(handle, ae) + (0x3ff & (csr))) macro 133 ADF_CSR_WR(AE_CSR_ADDR(handle, ae, csr), 0, val) 134 #define GET_AE_CSR(handle, ae, csr) ADF_CSR_RD(AE_CSR_ADDR(handle, ae, csr), 0)
|