Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h34 #define ED_NEW 0x00 macro
H A Dau1x00_usb_ohci.c433 if (ed->state == ED_NEW || (ed->state & ED_DEL)) { in sohci_submit_job()
584 if (ed->state == ED_NEW) { in ep_add_ed()
823 if (ed->state != ED_NEW) { in dl_done_list()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h44 #define ED_NEW 0x00 macro
H A Dohci-hcd.c581 if (ed->state == ED_NEW || (ed->state & ED_DEL)) { in sohci_submit_job()
863 if (ed->state == ED_NEW) { in ep_add_ed()
1170 if (ed->state != ED_NEW && (!usb_pipeint(lurb_priv->pipe))) { in takeback_td()