HomeSort by relevance Sort by last modified time
    Searched refs:td_fill (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 610 static void td_fill (ohci_t *ohci, unsigned int info, function
692 td_fill (ohci, info | (cnt? TD_T_TOGGLE:toggle), data, 4096, dev, cnt, urb);
697 td_fill (ohci, info | (cnt? TD_T_TOGGLE:toggle), data, data_len, dev, cnt, urb);
706 td_fill (ohci, info, kseg_to_phys(setup), 8, dev, cnt++, urb);
711 td_fill (ohci, info, data, data_len, dev, cnt++, urb);
715 td_fill (ohci, info, data, 0, dev, cnt++, urb);
    [all...]
  /external/u-boot/drivers/usb/host/
ohci-hcd.c 893 static void td_fill(ohci_t *ohci, unsigned int info, function
982 td_fill(ohci, info | (cnt? TD_T_TOGGLE:toggle),
988 td_fill(ohci, info | (cnt? TD_T_TOGGLE:toggle), data,
1002 td_fill(ohci, info, setup, 8, dev, cnt++, urb);
1010 td_fill(ohci, info, data, data_len, dev, cnt++, urb);
1017 td_fill(ohci, info, data, 0, dev, cnt++, urb);
1029 td_fill(ohci, info, data, data_len, dev, cnt++, urb);
    [all...]

Completed in 67 milliseconds