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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 760 td_t *td_rev = NULL; local
785 td_list->next_dl_td = td_rev;
786 td_rev = td_list;
    [all...]
  /external/u-boot/drivers/usb/host/
ohci-hcd.c 1096 td_t *td_rev = NULL; local
1108 td_list->next_dl_td = td_rev;
1109 td_rev = td_list;
    [all...]

Completed in 215 milliseconds