qat_ae.c | 421 uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi; local in function:qat_aereg_rel_data_read 475 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; 476 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc); 1507 uint32_t misc, nmisc, ctxen; local in function:qat_ae_exec_ucode 1537 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; 1538 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc); 1638 nmisc = misc | AE_MISC_CONTROL_SHARE_CS; 1640 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; 1641 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc);
|