Lines Matching full:ep0
163 /* EP0 status */
166 /* EP0 status */
184 * EP mapping because when (ep_idx % FIFO_NUM) is 3, it actually means the EP0.
583 return ((ep_regs[EP0].ep_transtype_sts & DC_ALL_TRANS) == 0 || in it82xx2_check_setup_following_out()
585 ff_regs[EP0].ep_rx_fifo_dcnt_lsb == SETUP_DATA_CNT)); in it82xx2_check_setup_following_out()
698 /* ep0 wrong enter check */ in it82xx2_handler_out()
1032 ff_regs[EP0].ep_rx_fifo_ctrl = FIFO_FORCE_EMPTY; in usb_dc_reset()
1033 ff_regs[EP0].ep_tx_fifo_ctrl = FIFO_FORCE_EMPTY; in usb_dc_reset()
1071 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx > EP0) { in usb_dc_ep_check_cap()
1096 if (ep_idx > EP0) { in usb_dc_ep_check_cap()
1127 if (!(ep_idx > EP0)) { in usb_dc_ep_configure()
1333 if (ep_idx == EP0) { in usb_dc_ep_write()
1372 if (ep_idx != EP0) { in usb_dc_ep_write()
1422 * if EP0 is in OUT status stage in usb_dc_ep_read()
1462 if (ep_fifo > EP0) { in usb_dc_ep_read()