Home
last modified time | relevance | path

Searched refs:DWC_OTG_TT_SLOT_MAX (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h38 #define DWC_OTG_TT_SLOT_MAX 8 macro
H A Ddwc_otg.c991 if (td->tt_scheduled == 0 || delta < DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_setup_tx()
1050 if (td->tt_scheduled == 0 || delta < DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_setup_tx()
1055 if (delta > DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_setup_tx()
1527 if (td->tt_scheduled == 0 || delta < DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_data_rx()
1534 if (delta > DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_data_rx()
1608 if (td->tt_scheduled == 0 || delta < DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_data_rx()
1929 if (td->tt_scheduled == 0 || delta < DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_data_tx()
2075 if (td->tt_scheduled == 0 || delta < DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_data_tx()
2080 if (delta > DWC_OTG_TT_SLOT_MAX) { in dwc_otg_host_data_tx()
2482 if (pinfo->slot_index < DWC_OTG_TT_SLOT_MAX) in dwc_otg_compute_isoc_rx_tt_slot()