Searched refs:cmd_idx (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/ddr/microchip/ |
D | ddr2.c | 100 static void host_load_cmd(struct ddr2_ctrl_regs *ctrl, u32 cmd_idx, in host_load_cmd() argument 106 writel(hostcmd1, &ctrl->cmd10[cmd_idx]); in host_load_cmd() 107 writel((hostcmd2 & 0x7ff) | (hc_delay << 11), &ctrl->cmd20[cmd_idx]); in host_load_cmd()
|
/third_party/libdrm/freedreno/ |
D | freedreno_ringbuffer.c | 167 struct fd_ringbuffer *target, uint32_t cmd_idx) in fd_ringbuffer_emit_reloc_ring_full() argument 169 return ring->funcs->emit_reloc_ring(ring, target, cmd_idx); in fd_ringbuffer_emit_reloc_ring_full()
|
D | freedreno_ringbuffer.h | 139 struct fd_ringbuffer *target, uint32_t cmd_idx);
|
D | freedreno_priv.h | 143 struct fd_ringbuffer *target, uint32_t cmd_idx);
|
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_ringbuffer.c | 178 struct fd_ringbuffer *target, uint32_t cmd_idx) in kgsl_ringbuffer_emit_reloc_ring() argument 181 assert(cmd_idx == 0); in kgsl_ringbuffer_emit_reloc_ring()
|
/third_party/libdrm/freedreno/msm/ |
D | msm_ringbuffer.c | 614 struct fd_ringbuffer *target, uint32_t cmd_idx) in msm_ringbuffer_emit_reloc_ring() argument 624 if (idx == cmd_idx) in msm_ringbuffer_emit_reloc_ring() 629 assert(cmd && (idx == cmd_idx)); in msm_ringbuffer_emit_reloc_ring()
|