HomeSort by relevance Sort by last modified time
    Searched defs:read_fifo (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/usb/musb/
am35x.c 117 void read_fifo(u8 ep, u32 length, void *fifo_data) function
musb_core.c 132 * use seperate read_fifo() function for it.
143 void read_fifo(u8 ep, u32 length, void *fifo_data) function
  /external/u-boot/drivers/usb/gadget/
at91_udc.c 122 static int read_fifo (struct at91_ep *ep, struct at91_request *req) function
498 status = read_fifo(ep, req);
839 return read_fifo(ep, req);
    [all...]
pxa25x_udc.c 597 * read_fifo - unload packet(s) from the fifo we use for usb OUT
605 read_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) function
820 && read_fifo(ep, req)) {
    [all...]

Completed in 563 milliseconds