Home
last modified time | relevance | path

Searched refs:next_cmd (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c210 uint32_t next_cmd = vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_fifo_is_full() local
214 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full()
304 uint32_t next_cmd; in vmw_local_fifo_reserve() local
311 next_cmd = vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_local_fifo_reserve()
326 if (next_cmd >= stop) { in vmw_local_fifo_reserve()
327 if (likely((next_cmd + bytes < max || in vmw_local_fifo_reserve()
328 (next_cmd + bytes == max && stop > min)))) in vmw_local_fifo_reserve()
341 if (likely((next_cmd + bytes < stop))) in vmw_local_fifo_reserve()
359 (next_cmd >> 2)); in vmw_local_fifo_reserve()
406 uint32_t next_cmd, in vmw_fifo_res_copy() argument
[all …]
/drivers/i2c/busses/
Di2c-img-scb.c663 int next_cmd = -1; in img_i2c_sequence() local
687 next_cmd = *i2c->seq; in img_i2c_sequence()
689 if (!next_cmd) { in img_i2c_sequence()
694 if (next_cmd == CMD_GEN_DATA) { in img_i2c_sequence()
699 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_sequence()
736 int next_cmd = -1; in img_i2c_atomic() local
748 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
756 next_cmd = CMD_GEN_DATA; in img_i2c_atomic()
761 next_cmd = CMD_RET_ACK; in img_i2c_atomic()
768 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
[all …]
/drivers/mmc/host/
Dmeson-mx-sdio.c445 struct mmc_command *cmd = host->cmd, *next_cmd; in meson_mx_mmc_irq_thread() local
460 next_cmd = meson_mx_mmc_get_next_cmd(cmd); in meson_mx_mmc_irq_thread()
461 if (next_cmd) in meson_mx_mmc_irq_thread()
462 meson_mx_mmc_start_cmd(host->mmc, next_cmd); in meson_mx_mmc_irq_thread()
Dmeson-gx-mmc.c1008 struct mmc_command *next_cmd, *cmd = host->cmd; in meson_mmc_irq_thread() local
1033 next_cmd = meson_mmc_get_next_command(cmd); in meson_mmc_irq_thread()
1034 if (next_cmd) in meson_mmc_irq_thread()
1035 meson_mmc_start_cmd(host->mmc, next_cmd); in meson_mmc_irq_thread()
/drivers/gpu/drm/sti/
Dsti_hqvdp.c378 u32 curr_cmd, next_cmd; in sti_hqvdp_get_free_cmd() local
383 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_free_cmd()
386 if ((cmd != curr_cmd) && (cmd != next_cmd)) in sti_hqvdp_get_free_cmd()
434 int next_cmd; in sti_hqvdp_get_next_cmd() local
438 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_next_cmd()
441 if (cmd == next_cmd) in sti_hqvdp_get_next_cmd()
/drivers/staging/media/atomisp/pci/
Disp2400_input_system_local.h441 int next_cmd; member
/drivers/scsi/
Dgdth.c1581 u8 this_cmd, next_cmd; in gdth_next() local
1591 next_cmd = gdth_polling ? FALSE:TRUE; in gdth_next()
1671 next_cmd = FALSE; in gdth_next()
1675 next_cmd = FALSE; in gdth_next()
1689 next_cmd = FALSE; in gdth_next()
1807 if (!next_cmd) in gdth_next()
/drivers/irqchip/
Dirq-gic-v3-its.c1107 struct its_cmd_block *cmd, *sync_cmd, *next_cmd; \
1133 next_cmd = its_post_commands(its); \
1136 if (its_wait_for_range_completion(its, rd_idx, next_cmd)) \
/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c537 state->next_cmd = input_system_sub_system_reg_load(ID, in ctrl_unit_get_state()
/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c1977 ia_css_debug_dtrace(2, "\t\t%-32s: %d\n", "next_cmd", state->next_cmd); in debug_print_isys_ctrl_unit_state()