Searched refs:USTORE_DATA_UPPER (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qat/include/common/ |
H A D | icp_qat_hal.h | 23 USTORE_DATA_UPPER = 0x008, enumerator
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | qat_hal.c | 812 qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_UPPER, uwrd_hi); in qat_hal_wr_uwords() 1238 qat_hal_rd_ae_csr(handle, ae, USTORE_DATA_UPPER, &uwrd_hi); in qat_hal_get_uwords() 1270 qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_UPPER, uwrd_hi); in qat_hal_wr_umem() 1487 qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_UPPER, uwrd_hi); in qat_hal_rd_rel_reg()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qatreg.h | 342 #define USTORE_DATA_UPPER 0x008 macro
|
H A D | qat_ae.c | 530 qat_ae_write_4(sc, ae, USTORE_DATA_UPPER, uhi); in qat_aereg_rel_data_read() 1357 qat_ae_write_4(sc, ae, USTORE_DATA_UPPER, uhi); in qat_ae_ucode_write() 1402 qat_ae_read_4(sc, ae, USTORE_DATA_UPPER, &uhi); in qat_ae_ucode_read()
|