Home
last modified time | relevance | path

Searched refs:fifo_load (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h238 APPEND_CMD_PTR(fifo_load, FIFO_LOAD)
280 APPEND_CMD_PTR_TO_IMM(fifo_load, FIFO_LOAD);
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.h160 unsigned int fifo_load; member
H A Dgadget.c558 if (hs_ep->fifo_load != 0) { in dwc2_hsotg_write_fifo()
565 hs_ep->size_loaded, hs_ep->fifo_load, hs_ep->fifo_size); in dwc2_hsotg_write_fifo()
571 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
670 hs_ep->fifo_load += to_write; in dwc2_hsotg_write_fifo()
1231 hs_ep->fifo_load = 0; in dwc2_hsotg_start_req()