Searched refs:ctx_reg (Results 1 – 3 of 3) sorted by relevance
52 struct ti_qspi_regs ctx_reg; member 172 struct ti_qspi_regs *ctx_reg = &qspi->ctx_reg; in ti_qspi_setup_clk() local 184 if (ctx_reg->clkctrl != clk_ctrl_new) { in ti_qspi_setup_clk() 194 ctx_reg->clkctrl = clk_ctrl_new; in ti_qspi_setup_clk() 202 struct ti_qspi_regs *ctx_reg = &qspi->ctx_reg; in ti_qspi_restore_ctx() local 204 ti_qspi_write(qspi, ctx_reg->clkctrl, QSPI_SPI_CLOCK_CNTRL_REG); in ti_qspi_restore_ctx()
1135 static u32 *ctx_reg(struct nv04_gr_chan *chan, u32 reg) in ctx_reg() function1198 *ctx_reg(chan, NV04_PGRAPH_DEBUG_3) = 0xfad4ff31; in nv04_gr_chan_new()
16283 static const int ctx_reg = BPF_REG_6; in sync_linked_regs() 16298 err = check_reg_arg(env, ctx_reg, SRC_OP); in sync_linked_regs() 16310 if (regs[ctx_reg].type != PTR_TO_CTX) { in check_cond_jmp_op() 16323 err = check_ptr_off_reg(env, ®s[ctx_reg], ctx_reg); in check_cond_jmp_op() 16664 static const int ctx_reg = BPF_REG_6; check_ld_abs() local