Home
last modified time | relevance | path

Searched refs:epdir (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c230 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 Dhcd-dwc2.h49 uint32_t epdir; member
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_core.c78 if (epinfo->epdir) { in musb_configure_ep()
H A Dmusb_core.h308 u8 epdir; /* endpoint direction */ member
H A Dmusb_udc.c946 epinfo[ep_loop].epdir = ep_loop % 2; /* OUT, IN */ in udc_init()