Searched refs:context_b (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/soc/fsl/
H A Dqman.h256 __be32 context_b; member in struct:qm_dqrr_entry
298 __be32 context_b; member in struct:qm_mr_entry::__anon2637
364 __be32 context_b; member in struct:qm_fqd
669 * portal object (for handling dequeues that do not demux because context_b is
963 * causes the driver to honour any context_b modifications requested in the
966 * software portals, the context_b field is controlled by the driver and can't
1002 * 'fqd' structure's 'context_b' field are sometimes overwritten;
1003 * - if @fq was not created with QMAN_FQ_FLAG_TO_DCPORTAL, then context_b is
1005 * - if context_b is initialised for demux, so is context_a in case stashing
1007 * (So caller control of context_b i
[all...]
/linux-master/arch/mips/include/asm/ip32/
H A Dmace.h161 volatile u64 context_b; member in struct:mace_parport
/linux-master/drivers/media/i2c/
H A Dmt9m111.c174 static struct mt9m111_context context_b = { variable in typeref:struct:mt9m111_context
413 ret = mt9m111_setup_rect_ctx(mt9m111, &context_b,
613 ret = mt9m111_reg_mask(client, context_b.output_fmt_ctrl2,
741 &context_b;
1294 mt9m111->ctx = &context_b;
/linux-master/drivers/crypto/caam/
H A Dqi.c204 opts.fqd.context_b = cpu_to_be32(qman_fq_fqid(rsp_fq));
/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c1521 fq = tag_to_fq(be32_to_cpu(msg->fq.context_b));
1623 * VDQCR: don't trust context_b as the FQ may have
1649 /* SDQCR: context_b points to the FQ */
1650 fq = tag_to_fq(be32_to_cpu(dq->context_b));
1811 /* A context_b of 0 is allegedly special, so don't use that fqid */
1893 * If the FQ does *not* have the TO_DCPORTAL flag, context_b is set as a
1901 mcc->initfq.fqd.context_b = cpu_to_be32(fq_to_tag(fq));
2077 msg.fq.context_b = cpu_to_be32(fq_to_tag(fq));
/linux-master/drivers/parport/
H A Dparport_ip32.c462 * @ctx: next context to write (0: context_a; 1: context_b)
492 * mace->perif.ctrl.parport.context_a and context_b are
496 &mace->perif.ctrl.parport.context_b;
653 ctx_b = readq(&mace->perif.ctrl.parport.context_b);

Completed in 1124 milliseconds