Searched refs:nmisc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_ae.c | 425 uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi; in qat_aereg_rel_data_read() local 479 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; in qat_aereg_rel_data_read() 480 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc); in qat_aereg_rel_data_read() 1498 uint32_t misc, nmisc, ctxen; in qat_ae_exec_ucode() local 1523 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; in qat_ae_exec_ucode() 1524 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc); in qat_ae_exec_ucode() 1624 nmisc = misc | AE_MISC_CONTROL_SHARE_CS; in qat_ae_exec_ucode() 1626 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; in qat_ae_exec_ucode() 1627 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc); in qat_ae_exec_ucode()
|