Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Ddesc_constr.h210 APPEND_CMD_PTR(fifo_load, FIFO_LOAD)
252 APPEND_CMD_PTR_TO_IMM(fifo_load, FIFO_LOAD);
/linux-4.1.27/drivers/usb/dwc2/
Dcore.h140 unsigned int fifo_load; member
Dgadget.c352 if (hs_ep->fifo_load != 0) { in s3c_hsotg_write_fifo()
359 hs_ep->size_loaded, hs_ep->fifo_load, hs_ep->fifo_size); in s3c_hsotg_write_fifo()
365 can_write = hs_ep->fifo_load - size_done; in s3c_hsotg_write_fifo()
463 hs_ep->fifo_load += to_write; in s3c_hsotg_write_fifo()
662 hs_ep->fifo_load = 0; in s3c_hsotg_start_req()