Symbol: qat_hal_wr_ae_csr
sys/dev/qat/qat_common/qat_hal.c
1117
qat_hal_wr_ae_csr(handle, ae, SIGNATURE_ENABLE, csr_val);
sys/dev/qat/qat_common/qat_hal.c
1227
qat_hal_wr_ae_csr(handle,
sys/dev/qat/qat_common/qat_hal.c
1234
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, uaddr);
sys/dev/qat/qat_common/qat_hal.c
1243
qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, misc_control);
sys/dev/qat/qat_common/qat_hal.c
1244
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, ustore_addr);
sys/dev/qat/qat_common/qat_hal.c
1258
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, uaddr);
sys/dev/qat/qat_common/qat_hal.c
1268
qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_LOWER, uwrd_lo);
sys/dev/qat/qat_common/qat_hal.c
1269
qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_UPPER, uwrd_hi);
sys/dev/qat/qat_common/qat_hal.c
1271
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, ustore_addr);
sys/dev/qat/qat_common/qat_hal.c
1340
qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, newcsr_val);
sys/dev/qat/qat_common/qat_hal.c
1356
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx_enables);
sys/dev/qat/qat_common/qat_hal.c
1359
qat_hal_wr_ae_csr(handle, ae, ACTIVE_CTX_STATUS, ctx & ACS_ACNO);
sys/dev/qat/qat_common/qat_hal.c
1361
qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, savcc & 0xffffdfff);
sys/dev/qat/qat_common/qat_hal.c
1364
qat_hal_wr_ae_csr(handle, ae, CTX_SIG_EVENTS_ACTIVE, 0);
sys/dev/qat/qat_common/qat_hal.c
1391
qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, newcsr_val);
sys/dev/qat/qat_common/qat_hal.c
1392
qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, savcc);
sys/dev/qat/qat_common/qat_hal.c
1393
qat_hal_wr_ae_csr(handle, ae, ACTIVE_CTX_STATUS, savctx & ACS_ACNO);
sys/dev/qat/qat_common/qat_hal.c
1394
qat_hal_wr_ae_csr(handle, ae, CTX_ARB_CNTL, ctxarb_ctl);
sys/dev/qat/qat_common/qat_hal.c
1436
qat_hal_wr_ae_csr(handle, ae, CTX_SIG_EVENTS_ACTIVE, act_sig);
sys/dev/qat/qat_common/qat_hal.c
1437
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx_enables);
sys/dev/qat/qat_common/qat_hal.c
1475
qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, newcsr_val);
sys/dev/qat/qat_common/qat_hal.c
1481
qat_hal_wr_ae_csr(handle,
sys/dev/qat/qat_common/qat_hal.c
1486
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx_enables);
sys/dev/qat/qat_common/qat_hal.c
1489
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, uaddr);
sys/dev/qat/qat_common/qat_hal.c
1493
qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_LOWER, uwrd_lo);
sys/dev/qat/qat_common/qat_hal.c
1494
qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_UPPER, uwrd_hi);
sys/dev/qat/qat_common/qat_hal.c
1495
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, uaddr);
sys/dev/qat/qat_common/qat_hal.c
1504
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, ustore_addr);
sys/dev/qat/qat_common/qat_hal.c
1507
qat_hal_wr_ae_csr(handle,
sys/dev/qat/qat_common/qat_hal.c
1511
qat_hal_wr_ae_csr(handle, ae, CTX_ARB_CNTL, ctxarb_cntl);
sys/dev/qat/qat_common/qat_hal.c
1515
qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, newcsr_val);
sys/dev/qat/qat_common/qat_hal.c
1516
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx_enables);
sys/dev/qat/qat_common/qat_hal.c
154
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, ctx);
sys/dev/qat/qat_common/qat_hal.c
156
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx);
sys/dev/qat/qat_common/qat_hal.c
1804
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx_enables | CE_NN_MODE);
sys/dev/qat/qat_common/qat_hal.c
1807
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx_enables);
sys/dev/qat/qat_common/qat_hal.c
220
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, new_csr);
sys/dev/qat/qat_common/qat_hal.c
243
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, new_csr);
sys/dev/qat/qat_common/qat_hal.c
281
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, new_csr);
sys/dev/qat/qat_common/qat_hal.c
297
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, new_csr);
sys/dev/qat/qat_common/qat_hal.c
311
qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, new_csr);
sys/dev/qat/qat_common/qat_hal.c
448
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, ctx);
sys/dev/qat/qat_common/qat_hal.c
449
qat_hal_wr_ae_csr(handle, ae, ae_csr, csr_val);
sys/dev/qat/qat_common/qat_hal.c
452
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx);
sys/dev/qat/qat_common/qat_hal.c
465
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, ctx);
sys/dev/qat/qat_common/qat_hal.c
467
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx);
sys/dev/qat/qat_common/qat_hal.c
482
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, ctx);
sys/dev/qat/qat_common/qat_hal.c
483
qat_hal_wr_ae_csr(handle, ae, CTX_SIG_EVENTS_INDIRECT, events);
sys/dev/qat/qat_common/qat_hal.c
485
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx);
sys/dev/qat/qat_common/qat_hal.c
500
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, ctx);
sys/dev/qat/qat_common/qat_hal.c
501
qat_hal_wr_ae_csr(handle,
sys/dev/qat/qat_common/qat_hal.c
506
qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx);
sys/dev/qat/qat_common/qat_hal.c
577
qat_hal_wr_ae_csr(handle, ae, TIMESTAMP_LOW, 0);
sys/dev/qat/qat_common/qat_hal.c
578
qat_hal_wr_ae_csr(handle, ae, TIMESTAMP_HIGH, 0);
sys/dev/qat/qat_common/qat_hal.c
696
qat_hal_wr_ae_csr(handle,
sys/dev/qat/qat_common/qat_hal.c
706
qat_hal_wr_ae_csr(handle, ae, CTX_ARB_CNTL, INIT_CTX_ARB_VALUE);
sys/dev/qat/qat_common/qat_hal.c
707
qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, INIT_CCENABLE_VALUE);
sys/dev/qat/qat_common/qat_hal.c
739
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx);
sys/dev/qat/qat_common/qat_hal.c
803
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, uaddr);
sys/dev/qat/qat_common/qat_hal.c
811
qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_LOWER, uwrd_lo);
sys/dev/qat/qat_common/qat_hal.c
812
qat_hal_wr_ae_csr(handle, ae, USTORE_DATA_UPPER, uwrd_hi);
sys/dev/qat/qat_common/qat_hal.c
814
qat_hal_wr_ae_csr(handle, ae, USTORE_ADDRESS, ustore_addr);
sys/dev/qat/qat_common/qat_hal.c
870
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, ctx);
sys/dev/qat/qat_common/qat_hal.c
908
qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, csr_val);
sys/dev/qat/qat_common/qat_hal.c
914
qat_hal_wr_ae_csr(handle, ae, CTX_ENABLES, csr_val);
sys/dev/qat/qat_common/qat_hal.c
937
qat_hal_wr_ae_csr(handle, ae, ACTIVE_CTX_STATUS, 0);
sys/dev/qat/qat_common/qat_hal.c
941
qat_hal_wr_ae_csr(handle, ae, CTX_SIG_EVENTS_ACTIVE, 0);
sys/dev/qat/qat_common/qat_hal.c
960
qat_hal_wr_ae_csr(handle, ae, AE_MISC_CONTROL, csr_val);
sys/dev/qat/qat_common/qat_hal.c
961
qat_hal_wr_ae_csr(handle,
sys/dev/qat/qat_common/qat_hal.c
965
qat_hal_wr_ae_csr(handle,
sys/dev/qat/qat_common/qat_hal.c
975
qat_hal_wr_ae_csr(handle, ae, CTX_ARB_CNTL, INIT_CTX_ARB_VALUE);
sys/dev/qat/qat_common/qat_hal.c
976
qat_hal_wr_ae_csr(handle, ae, CC_ENABLE, INIT_CCENABLE_VALUE);