Home
last modified time | relevance | path

Searched refs:fifo_load (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_kms.c687 state->fifo_state[i].fifo_load = old_state->fifo_state[i].fifo_load; in vc4_hvs_channels_duplicate_state()
723 drm_printf(p, "\t\tload=%lu\n", hvs_state->fifo_state[i].fifo_load); in vc4_hvs_channels_print_state()
954 hvs_new_state->fifo_state[channel].fifo_load = 0; in vc4_core_clock_atomic_check()
962 hvs_new_state->fifo_state[channel].fifo_load = in vc4_core_clock_atomic_check()
975 hvs_new_state->fifo_state[i].fifo_load, in vc4_core_clock_atomic_check()
H A Dvc4_drv.h357 unsigned long fifo_load; member
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Ddesc_constr.h289 APPEND_CMD_PTR(fifo_load, FIFO_LOAD)
332 APPEND_CMD_PTR_TO_IMM(fifo_load, FIFO_LOAD);
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Ddesc_constr.h290 APPEND_CMD_PTR(fifo_load, FIFO_LOAD)
333 APPEND_CMD_PTR_TO_IMM(fifo_load, FIFO_LOAD);
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h132 * @fifo_load: The amount of data loaded into the FIFO (periodic IN)
143 * For periodic IN endpoints, we have fifo_size and fifo_load to try
160 unsigned int fifo_load; member
H A Dgadget.c539 if (hs_ep->fifo_load != 0) { in dwc2_hsotg_write_fifo()
546 hs_ep->size_loaded, hs_ep->fifo_load, hs_ep->fifo_size); in dwc2_hsotg_write_fifo()
552 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
651 hs_ep->fifo_load += to_write; in dwc2_hsotg_write_fifo()
1229 hs_ep->fifo_load = 0; in dwc2_hsotg_start_req()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h104 * @fifo_load: The amount of data loaded into the FIFO (periodic IN)
115 * For periodic IN endpoints, we have fifo_size and fifo_load to try
132 unsigned int fifo_load; member
H A Dgadget.c538 if (hs_ep->fifo_load != 0) { in dwc2_hsotg_write_fifo()
545 hs_ep->size_loaded, hs_ep->fifo_load, hs_ep->fifo_size); in dwc2_hsotg_write_fifo()
551 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
650 hs_ep->fifo_load += to_write; in dwc2_hsotg_write_fifo()
1228 hs_ep->fifo_load = 0; in dwc2_hsotg_start_req()

Completed in 21 milliseconds