Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/controller/
H A Ddwc_otg.h154 uint16_t max_buffer; member
H A Ddwc_otg.c406 pf->max_buffer = limit; in dwc_otg_init_fifo()
2136 uint32_t max_buffer; in dwc_otg_data_tx() local
2145 max_buffer = sc->sc_hw_ep_profile[td->ep_no].max_buffer; in dwc_otg_data_tx()
2186 if (max_buffer != 0) { in dwc_otg_data_tx()
2190 if (fifo_left > max_buffer) in dwc_otg_data_tx()
2191 fifo_left = max_buffer; in dwc_otg_data_tx()
2242 if ((max_buffer != 0) && ((td->max_packet_size & 3) == 0)) { in dwc_otg_data_tx()
2245 mpkt = max_buffer / td->max_packet_size; in dwc_otg_data_tx()