Searched refs:savcc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | qat_hal.c | 1296 unsigned int savcc, wakeup_events, savpc; in qat_hal_exec_micro_inst() local 1344 qat_hal_rd_ae_csr(handle, ae, CC_ENABLE, &savcc); in qat_hal_exec_micro_inst() 1357 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, savcc & 0xffffdfff); in qat_hal_exec_micro_inst() 1386 qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, savcc); in qat_hal_exec_micro_inst()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_ae.c | 1497 uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl; in qat_ae_exec_ucode() local 1546 qat_ae_read_4(sc, ae, CC_ENABLE, &savcc); in qat_ae_exec_ucode() 1571 qat_ae_write_4(sc, ae, CC_ENABLE, savcc & 0xffffdfff); in qat_ae_exec_ucode() 1629 qat_ae_write_4(sc, ae, CC_ENABLE, savcc); in qat_ae_exec_ucode()
|