Home
last modified time | relevance | path

Searched refs:tx_fifo_resize_max_num (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1507 u8 tx_fifo_resize_max_num; in dwc3_get_properties() local
1528 tx_fifo_resize_max_num = 6; in dwc3_get_properties()
1587 &tx_fifo_resize_max_num); in dwc3_get_properties()
1670 dwc->tx_fifo_resize_max_num = tx_fifo_resize_max_num; in dwc3_get_properties()
H A Dcore.h1305 u8 tx_fifo_resize_max_num; member
H A Dgadget.c824 num_fifos = dwc->tx_fifo_resize_max_num; in dwc3_gadget_resize_tx_fifos()