Searched refs:AE_MISC_CONTROL (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | qat_hal.c | 307 qat_hal_rd_ae_csr(handle, ae, AE_MISC_CONTROL, &csr); in qat_hal_set_ae_scs_mode() 311 qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, new_csr); in qat_hal_set_ae_scs_mode() 905 qat_hal_rd_ae_csr(handle, ae, AE_MISC_CONTROL, &csr_val); in qat_hal_clear_gpr() 908 qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, csr_val); in qat_hal_clear_gpr() 957 qat_hal_rd_ae_csr(handle, ae, AE_MISC_CONTROL, &csr_val); in qat_hal_clear_gpr() 960 qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, csr_val); in qat_hal_clear_gpr() 1224 qat_hal_rd_ae_csr(handle, ae, AE_MISC_CONTROL, &misc_control); in qat_hal_get_uwords() 1229 AE_MISC_CONTROL, in qat_hal_get_uwords() 1243 qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, misc_control); in qat_hal_get_uwords() 1337 qat_hal_rd_ae_csr(handle, ae, AE_MISC_CONTROL, &csr_val); in qat_hal_exec_micro_inst() [all …]
|
| /freebsd/sys/dev/qat_c2xxx/ |
| H A D | qat_ae.c | 472 qat_ae_read_4(sc, ae, AE_MISC_CONTROL, &misc); in qat_aereg_rel_data_read() 480 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc); in qat_aereg_rel_data_read() 498 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, misc); in qat_aereg_rel_data_read() 557 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, misc); in qat_aereg_rel_data_read() 807 qat_ae_read_4(sc, ae, AE_MISC_CONTROL, &val); in qat_ae_write_shared_cs_mode0() 815 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nval); in qat_ae_write_shared_cs_mode0() 860 qat_ae_read_4(sc, ae, AE_MISC_CONTROL, &val); in qat_ae_set_reload_ustore() 865 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, val); in qat_ae_set_reload_ustore() 1213 val = qat_ae_read_4(sc, ae, AE_MISC_CONTROL, &val); in qat_ae_clear_gprs() 1215 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, val); in qat_ae_clear_gprs() [all …]
|
| H A D | qatreg.h | 456 #define AE_MISC_CONTROL 0x160 macro
|
| /freebsd/sys/dev/qat/include/common/ |
| H A D | icp_qat_hal.h | 49 AE_MISC_CONTROL = 0x160, enumerator
|