Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/rockchip/
H A Dpcie-rkep.c319 cur->ctx_reg.ctrllo.asdword); in pcie_rkep_start_dma_rd()
321 cur->ctx_reg.ctrlhi.asdword); in pcie_rkep_start_dma_rd()
323 cur->ctx_reg.xfersize); in pcie_rkep_start_dma_rd()
325 cur->ctx_reg.sarptrlo); in pcie_rkep_start_dma_rd()
327 cur->ctx_reg.sarptrhi); in pcie_rkep_start_dma_rd()
329 cur->ctx_reg.darptrlo); in pcie_rkep_start_dma_rd()
331 cur->ctx_reg.darptrhi); in pcie_rkep_start_dma_rd()
344 cur->ctx_reg.ctrllo.asdword); in pcie_rkep_start_dma_wr()
346 cur->ctx_reg.ctrlhi.asdword); in pcie_rkep_start_dma_wr()
348 cur->ctx_reg.xfersize); in pcie_rkep_start_dma_wr()
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-ep-rockchip.c794 cur->ctx_reg.ctrllo.asdword); in rockchip_pcie_start_dma_rd()
796 cur->ctx_reg.ctrlhi.asdword); in rockchip_pcie_start_dma_rd()
798 cur->ctx_reg.xfersize); in rockchip_pcie_start_dma_rd()
800 cur->ctx_reg.sarptrlo); in rockchip_pcie_start_dma_rd()
802 cur->ctx_reg.sarptrhi); in rockchip_pcie_start_dma_rd()
804 cur->ctx_reg.darptrlo); in rockchip_pcie_start_dma_rd()
806 cur->ctx_reg.darptrhi); in rockchip_pcie_start_dma_rd()
819 cur->ctx_reg.ctrllo.asdword); in rockchip_pcie_start_dma_wr()
821 cur->ctx_reg.ctrlhi.asdword); in rockchip_pcie_start_dma_wr()
823 cur->ctx_reg.xfersize); in rockchip_pcie_start_dma_wr()
[all …]
H A Dpcie-dw-rockchip.c1368 cur->ctx_reg.ctrllo.asdword); in rk_pcie_start_dma_rd()
1370 cur->ctx_reg.ctrlhi.asdword); in rk_pcie_start_dma_rd()
1372 cur->ctx_reg.xfersize); in rk_pcie_start_dma_rd()
1374 cur->ctx_reg.sarptrlo); in rk_pcie_start_dma_rd()
1376 cur->ctx_reg.sarptrhi); in rk_pcie_start_dma_rd()
1378 cur->ctx_reg.darptrlo); in rk_pcie_start_dma_rd()
1380 cur->ctx_reg.darptrhi); in rk_pcie_start_dma_rd()
1392 cur->ctx_reg.ctrllo.asdword); in rk_pcie_start_dma_wr()
1394 cur->ctx_reg.ctrlhi.asdword); in rk_pcie_start_dma_wr()
1396 cur->ctx_reg.xfersize); in rk_pcie_start_dma_wr()
[all …]
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-ti-qspi.c53 struct ti_qspi_regs ctx_reg; member
143 struct ti_qspi_regs *ctx_reg = &qspi->ctx_reg; in ti_qspi_setup() local
192 ctx_reg->clkctrl = clk_mask; in ti_qspi_setup()
206 struct ti_qspi_regs *ctx_reg = &qspi->ctx_reg; in ti_qspi_restore_ctx() local
208 ti_qspi_write(qspi, ctx_reg->clkctrl, QSPI_SPI_CLOCK_CNTRL_REG); in ti_qspi_restore_ctx()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-prologue.c112 gen_ldx_reg_from_ctx(struct bpf_insn_pos *pos, int ctx_reg, in gen_ldx_reg_from_ctx() argument
122 ins(BPF_LDX_MEM(BPF_DW, target_reg, ctx_reg, offset), pos); in gen_ldx_reg_from_ctx()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Drockchip-pcie-dma.h151 struct ctx_regs ctx_reg; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv04.c1135 static u32 *ctx_reg(struct nv04_gr_chan *chan, u32 reg) in ctx_reg() function
1198 *ctx_reg(chan, NV04_PGRAPH_DEBUG_3) = 0xfad4ff31; in nv04_gr_chan_new()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h4095 #define GEN7_CXT_POWER_SIZE(ctx_reg) (((ctx_reg) >> 25) & 0x7f) argument
4096 #define GEN7_CXT_RING_SIZE(ctx_reg) (((ctx_reg) >> 22) & 0x7) argument
4097 #define GEN7_CXT_RENDER_SIZE(ctx_reg) (((ctx_reg) >> 16) & 0x3f) argument
4098 #define GEN7_CXT_EXTENDED_SIZE(ctx_reg) (((ctx_reg) >> 9) & 0x7f) argument
4099 #define GEN7_CXT_GT1_SIZE(ctx_reg) (((ctx_reg) >> 6) & 0x7) argument
4100 #define GEN7_CXT_VFSTATE_SIZE(ctx_reg) (((ctx_reg) >> 0) & 0x3f) argument
4101 #define GEN7_CXT_TOTAL_SIZE(ctx_reg) (GEN7_CXT_EXTENDED_SIZE(ctx_reg) + \ argument
4102 GEN7_CXT_VFSTATE_SIZE(ctx_reg))
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c8223 static const int ctx_reg = BPF_REG_6; in check_ld_abs() local
8245 err = check_reg_arg(env, ctx_reg, SRC_OP); in check_ld_abs()
8264 if (regs[ctx_reg].type != PTR_TO_CTX) { in check_ld_abs()
8277 err = check_ctx_reg(env, &regs[ctx_reg], ctx_reg); in check_ld_abs()