Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c112 unsigned int fifo_load; member
488 if (hs_ep->fifo_load != 0) { in s3c_hsotg_write_fifo()
495 hs_ep->size_loaded, hs_ep->fifo_load, hs_ep->fifo_size); in s3c_hsotg_write_fifo()
501 can_write = hs_ep->fifo_load - size_done; in s3c_hsotg_write_fifo()
588 hs_ep->fifo_load += to_write; in s3c_hsotg_write_fifo()
774 hs_ep->fifo_load = 0; in s3c_hsotg_start_req()