Searched refs:max_txfifo_depth (Results 1 – 1 of 1) sorted by relevance
118 uint16_t max_txfifo_depth[16]; member1190 MIN(UDC_DWC2_FIFO0_DEPTH, priv->max_txfifo_depth[0]); in dwc2_set_dedicated_fifo()1195 if (txfdep > priv->max_txfifo_depth[ep_idx]) { in dwc2_set_dedicated_fifo()1925 priv->max_txfifo_depth[0] = usb_dwc2_get_gnptxfsiz_nptxfdep(val); in udc_dwc2_init_controller()1927 priv->max_txfifo_depth[i] = dwc2_get_txfdep(dev, i - 1); in udc_dwc2_init_controller()1959 val = MIN(UDC_DWC2_FIFO0_DEPTH, priv->max_txfifo_depth[0]); in udc_dwc2_init_controller()1969 i, priv->max_txfifo_depth[i], dwc2_get_txfaddr(dev, i)); in udc_dwc2_init_controller()