Lines Matching refs:ctxen

367 	unsigned int ctxen;  in qat_aereg_rel_data_write()  local
377 qat_ae_read_4(sc, ae, CTX_ENABLES, &ctxen); in qat_aereg_rel_data_write()
378 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_aereg_rel_data_write()
425 uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi; in qat_aereg_rel_data_read() local
441 qat_ae_read_4(sc, ae, CTX_ENABLES, &ctxen); in qat_aereg_rel_data_read()
442 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_aereg_rel_data_read()
486 qat_ae_read_4(sc, ae, CTX_ENABLES, &ctxen); in qat_aereg_rel_data_read()
489 ctxen &= CTX_ENABLES_IGNORE_W1C_MASK; in qat_aereg_rel_data_read()
512 ctxen & (~CTX_ENABLES_CNTL_STORE_PARITY_ENABLE)); in qat_aereg_rel_data_read()
559 qat_ae_write_4(sc, ae, CTX_ENABLES, ctxen); in qat_aereg_rel_data_read()
570 uint32_t ctxen; in qat_aereg_rel_rdxfer_write() local
577 error = qat_ae_read_4(sc, ae, CTX_ENABLES, &ctxen); in qat_aereg_rel_rdxfer_write()
578 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_aereg_rel_rdxfer_write()
637 uint32_t ctxen; in qat_aereg_abs_to_rel() local
639 qat_ae_read_4(sc, ae, CTX_ENABLES, &ctxen); in qat_aereg_abs_to_rel()
640 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_aereg_abs_to_rel()
711 uint32_t ctxen; in qat_ae_enable_ctx() local
713 qat_ae_read_4(sc, ae, CTX_ENABLES, &ctxen); in qat_ae_enable_ctx()
714 ctxen &= CTX_ENABLES_IGNORE_W1C_MASK; in qat_ae_enable_ctx()
716 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_ae_enable_ctx()
722 ctxen |= __SHIFTIN(ctx_mask, CTX_ENABLES_ENABLE); in qat_ae_enable_ctx()
723 qat_ae_write_4(sc, ae, CTX_ENABLES, ctxen); in qat_ae_enable_ctx()
729 uint32_t ctxen; in qat_ae_disable_ctx() local
731 qat_ae_read_4(sc, ae, CTX_ENABLES, &ctxen); in qat_ae_disable_ctx()
732 ctxen &= CTX_ENABLES_IGNORE_W1C_MASK; in qat_ae_disable_ctx()
733 ctxen &= ~(__SHIFTIN(ctx_mask & AE_ALL_CTX, CTX_ENABLES_ENABLE)); in qat_ae_disable_ctx()
734 qat_ae_write_4(sc, ae, CTX_ENABLES, ctxen); in qat_ae_disable_ctx()
1498 uint32_t misc, nmisc, ctxen; in qat_ae_exec_ucode() local
1543 qat_ae_read_4(sc, ae, CTX_ENABLES, &ctxen); in qat_ae_exec_ucode()
1544 ctxen &= CTX_ENABLES_IGNORE_W1C_MASK; in qat_ae_exec_ucode()
1559 ctxen & ~CTX_ENABLES_CNTL_STORE_PARITY_ENABLE); in qat_ae_exec_ucode()
1653 qat_ae_write_4(sc, ae, CTX_ENABLES, ctxen); in qat_ae_exec_ucode()