Searched refs:MUSB_CONTROL_EP (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 135 if (check_stall(MUSB_CONTROL_EP, 0)) { in wait_until_ep0_ready() 144 if (check_stall(MUSB_CONTROL_EP, 0)) { in wait_until_ep0_ready() 154 if (check_stall(MUSB_CONTROL_EP, 0)) { in wait_until_ep0_ready() 249 write_fifo(MUSB_CONTROL_EP, sizeof(struct devrequest), (void *)setup); in ctrlreq_setup_phase() 290 read_fifo(MUSB_CONTROL_EP, rxedlength, &rxbuff[rxlen]); in ctrlreq_in_data_phase() 325 write_fifo(MUSB_CONTROL_EP, txlen, &txbuff[txlen]); in ctrlreq_out_data_phase() 769 writeb(MUSB_CONTROL_EP, &musbr->index); in submit_control_msg() 774 writeb(devnum, &musbr->tar[MUSB_CONTROL_EP].txfuncaddr); in submit_control_msg() 775 writeb(devnum, &musbr->tar[MUSB_CONTROL_EP].rxfuncaddr); in submit_control_msg() 782 config_hub_port(dev, MUSB_CONTROL_EP); in submit_control_msg() [all …]
|
| H A D | musb_hcd.h | 25 #define MUSB_CONTROL_EP 0 macro
|