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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 34 #define ED_NEW 0x00
au1x00_usb_ohci.c 432 if (ed->state == ED_NEW || (ed->state & ED_DEL)) {
564 * if the state of the ed is ED_NEW then a dummy td is added and the state is changed to ED_UNLINK
583 if (ed->state == ED_NEW) {
822 if (ed->state != ED_NEW) {
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 44 #define ED_NEW 0x00
ohci-hcd.c 577 if (ed->state == ED_NEW || (ed->state & ED_DEL)) {
838 * is ED_NEW then a dummy td is added and the state is changed to
859 if (ed->state == ED_NEW) {
    [all...]

Completed in 155 milliseconds