Searched refs:context_b (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | qman.h | 256 __be32 context_b; member 298 __be32 context_b; member 364 __be32 context_b; member 669 * portal object (for handling dequeues that do not demux because context_b is 962 * causes the driver to honour any context_b modifications requested in the 965 * software portals, the context_b field is controlled by the driver and can't 1001 * 'fqd' structure's 'context_b' field are sometimes overwritten; 1002 * - if @fq was not created with QMAN_FQ_FLAG_TO_DCPORTAL, then context_b is 1004 * - if context_b is initialised for demux, so is context_a in case stashing 1006 * (So caller control of context_b i [all...] |
/kernel/linux/linux-6.6/include/soc/fsl/ |
H A D | qman.h | 256 __be32 context_b; member 298 __be32 context_b; member 364 __be32 context_b; member 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...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9m111.c | 175 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-6.6/drivers/media/i2c/ |
H A D | mt9m111.c | 174 static struct mt9m111_context context_b = { variable 415 ret = mt9m111_setup_rect_ctx(mt9m111, &context_b, in mt9m111_setup_geometry() 619 ret = mt9m111_reg_mask(client, context_b.output_fmt_ctrl2, in mt9m111_set_pixfmt() 747 &context_b; in mt9m111_find_mode() 1282 mt9m111->ctx = &context_b; in mt9m111_probe()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ip32/ |
H A D | mace.h | 161 volatile u64 context_b; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ip32/ |
H A D | mace.h | 161 volatile u64 context_b; member
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | qman.c | 1518 fq = tag_to_fq(be32_to_cpu(msg->fq.context_b)); in qm_mr_process_task() 1620 * VDQCR: don't trust context_b as the FQ may have in __poll_portal_fast() 1646 /* SDQCR: context_b points to the FQ */ in __poll_portal_fast() 1647 fq = tag_to_fq(be32_to_cpu(dq->context_b)); in __poll_portal_fast() 1808 /* A context_b of 0 is allegedly special, so don't use that fqid */ in qman_create_fq() 1890 * If the FQ does *not* have the TO_DCPORTAL flag, context_b is set as a in qman_init_fq() 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-6.6/drivers/soc/fsl/qbman/ |
H A D | qman.c | 1518 fq = tag_to_fq(be32_to_cpu(msg->fq.context_b)); in qm_mr_process_task() 1620 * VDQCR: don't trust context_b as the FQ may have in __poll_portal_fast() 1646 /* SDQCR: context_b points to the FQ */ in __poll_portal_fast() 1647 fq = tag_to_fq(be32_to_cpu(dq->context_b)); in __poll_portal_fast() 1808 /* A context_b of 0 is allegedly special, so don't use that fqid */ in qman_create_fq() 1890 * If the FQ does *not* have the TO_DCPORTAL flag, context_b is set as a in qman_init_fq() 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/ |
H A D | qi.c | 197 opts.fqd.context_b = cpu_to_be32(qman_fq_fqid(rsp_fq)); in create_caam_req_fq()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | qi.c | 204 opts.fqd.context_b = cpu_to_be32(qman_fq_fqid(rsp_fq)); in create_caam_req_fq()
|
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_ip32.c | 462 * @ctx: next context to write (0: context_a; 1: context_b) 492 * mace->perif.ctrl.parport.context_a and context_b are in parport_ip32_dma_setup_context() 496 &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/linux-6.6/drivers/parport/ |
H A D | parport_ip32.c | 462 * @ctx: next context to write (0: context_a; 1: context_b) 492 * mace->perif.ctrl.parport.context_a and context_b are in parport_ip32_dma_setup_context() 496 &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()
|
Completed in 28 milliseconds