Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h41 #ifndef DWC_OTG_TX_MAX_FIFO_SIZE
42 #define DWC_OTG_TX_MAX_FIFO_SIZE DWC_OTG_MAX_TXN macro
H A Ddwc_otg.c396 limit = (x == 1) ? MIN(DWC_OTG_TX_MAX_FIFO_SIZE, in dwc_otg_init_fifo()
398 DWC_OTG_TX_MAX_FIFO_SIZE); in dwc_otg_init_fifo()
405 limit = MIN(DWC_OTG_TX_MAX_FIFO_SIZE, 0x40); in dwc_otg_init_fifo()