Home
last modified time | relevance | path

Searched refs:ed_ret (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c572 ed_t *ed_ret; in ep_add_ed() local
575 ed = ed_ret = &ohci_dev.ed[(usb_pipeendpoint (pipe) << 1) | in ep_add_ed()
602 return ed_ret; in ep_add_ed()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c851 ed_t *ed_ret; in ep_add_ed() local
854 ed = ed_ret = &ohci_dev->ed[(usb_pipeendpoint(pipe) << 1) | in ep_add_ed()
888 return ed_ret; in ep_add_ed()