Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.h103 #define DWC2_HC_PID_SETUP TSIZ_SC_MC_PID_SETUP macro
H A Dhcd.c1507 if (chan->data_pid_start == DWC2_HC_PID_SETUP) in dwc2_hc_continue_transfer()
2335 chan->data_pid_start = DWC2_HC_PID_SETUP; in dwc2_hc_init_xfer()
2818 chan->data_pid_start == DWC2_HC_PID_SETUP) { in dwc2_queue_transaction()
H A Dhcd_intr.c1296 chan->data_pid_start != DWC2_HC_PID_SETUP) in dwc2_hc_ack_intr()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h746 #define DWC2_HC_PID_SETUP 3 macro
H A Ddwc2.c1070 pid = DWC2_HC_PID_SETUP; in _submit_control_msg()