Searched refs:epdir (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-dwc2.c | 230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local 235 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_handle_packet() 251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet() 262 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_handle_packet() 307 dirs[epdir], tlen); in dwc2_handle_packet() 312 p->epdir = epdir; in dwc2_handle_packet() 393 p->epdir = epdir; in dwc2_handle_packet() 512 p->epnum, dirs[p->epdir], p->len); in dwc2_async_packet_complete() 617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local 626 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_enable_chan() [all …]
|
| H A D | hcd-dwc2.h | 49 uint32_t epdir; member
|
| /openbmc/u-boot/drivers/usb/musb/ |
| H A D | musb_core.c | 78 if (epinfo->epdir) { in musb_configure_ep()
|
| H A D | musb_core.h | 308 u8 epdir; /* endpoint direction */ member
|
| H A D | musb_udc.c | 946 epinfo[ep_loop].epdir = ep_loop % 2; /* OUT, IN */ in udc_init()
|