Home
last modified time | relevance | path

Searched refs:context_b (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/soc/fsl/
Dqman.h256 __be32 context_b; member
298 __be32 context_b; member
364 __be32 context_b; member
/kernel/linux/linux-5.10/drivers/media/i2c/
Dmt9m111.c175 static struct mt9m111_context context_b = { variable
416 ret = mt9m111_setup_rect_ctx(mt9m111, &context_b, in mt9m111_setup_geometry()
620 ret = mt9m111_reg_mask(client, context_b.output_fmt_ctrl2, in mt9m111_set_pixfmt()
748 &context_b; in mt9m111_find_mode()
1281 mt9m111->ctx = &context_b; in mt9m111_probe()
/kernel/linux/linux-5.10/arch/mips/include/asm/ip32/
Dmace.h161 volatile u64 context_b; member
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
Dqman.c1518 fq = tag_to_fq(be32_to_cpu(msg->fq.context_b)); in qm_mr_process_task()
1647 fq = tag_to_fq(be32_to_cpu(dq->context_b)); in __poll_portal_fast()
1898 mcc->initfq.fqd.context_b = cpu_to_be32(fq_to_tag(fq)); in qman_init_fq()
2074 msg.fq.context_b = cpu_to_be32(fq_to_tag(fq)); in qman_retire_fq()
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dqi.c197 opts.fqd.context_b = cpu_to_be32(qman_fq_fqid(rsp_fq)); in create_caam_req_fq()
/kernel/linux/linux-5.10/drivers/parport/
Dparport_ip32.c496 &mace->perif.ctrl.parport.context_b; in parport_ip32_dma_setup_context()
653 ctx_b = readq(&mace->perif.ctrl.parport.context_b); in parport_ip32_dma_stop()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch5120 + u32 context_b;
5371 + u32 context_b; /* frame queue context b */
5453 + u32 context_b;
6005 + u32 context_b;
6784 + * 'fqd' structure's 'context_b' field are sometimes overwritten;
6785 + * - if @fq was not created with QMAN_FQ_FLAG_TO_DCPORTAL, then context_b is
6787 + * - if context_b is initialised for demux, so is context_a in case stashing
6789 + * (So caller control of context_b is only possible for TO_DCPORTAL frame queue
7355 + u32 context_b;
8091 + * qman_ceetm_lfq_get_context - Set/get the context_a/context_b pair to the
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch24037 + seq_printf(file, " ctx_b: 0x%x\n", fqd.context_b);
26513 + * in context_b field. */
26547 + fqd->context_b = cpu_to_be32(fqd->context_b);
26557 + fqd->context_b = be32_to_cpu(fqd->context_b);
28050 + mcc->initfq.fqd.context_b = fq->key;
28052 + mcc->initfq.fqd.context_b = (u32)(uintptr_t)fq;
31502 + u32 context_b)
31506 + lfq->context_b = context_b;
31509 + dct_config.context_b = cpu_to_be32(context_b);
31517 + u32 *context_b)
[all …]
D0016_linux_drivers_crypto.patch6877 - opts.fqd.context_b = cpu_to_be32(qman_fq_fqid(rsp_fq));
6885 + opts.fqd.context_b = qman_fq_fqid(rsp_fq);