Searched refs:MUSB_CONTROL_EP (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_hcd.c | 134 if (check_stall(MUSB_CONTROL_EP, 0)) { in wait_until_ep0_ready() 143 if (check_stall(MUSB_CONTROL_EP, 0)) { in wait_until_ep0_ready() 153 if (check_stall(MUSB_CONTROL_EP, 0)) { in wait_until_ep0_ready() 248 write_fifo(MUSB_CONTROL_EP, sizeof(struct devrequest), (void *)setup); in ctrlreq_setup_phase() 289 read_fifo(MUSB_CONTROL_EP, rxedlength, &rxbuff[rxlen]); in ctrlreq_in_data_phase() 324 write_fifo(MUSB_CONTROL_EP, txlen, &txbuff[txlen]); in ctrlreq_out_data_phase() 768 writeb(MUSB_CONTROL_EP, &musbr->index); in submit_control_msg() 773 writeb(devnum, &musbr->tar[MUSB_CONTROL_EP].txfuncaddr); in submit_control_msg() 774 writeb(devnum, &musbr->tar[MUSB_CONTROL_EP].rxfuncaddr); in submit_control_msg() 781 config_hub_port(dev, MUSB_CONTROL_EP); in submit_control_msg() [all …]
|
H A D | musb_hcd.h | 24 #define MUSB_CONTROL_EP 0 macro
|