Home
last modified time | relevance | path

Searched refs:max_buffer (Results 1 – 2 of 2) sorted by last modified time

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c402 pf->max_buffer = limit; in dwc_otg_init_fifo()
2129 uint32_t max_buffer; in dwc_otg_data_tx() local
2138 max_buffer = sc->sc_hw_ep_profile[td->ep_no].max_buffer; in dwc_otg_data_tx()
2176 if (max_buffer != 0) { in dwc_otg_data_tx()
2180 if (fifo_left > max_buffer) in dwc_otg_data_tx()
2181 fifo_left = max_buffer; in dwc_otg_data_tx()
2231 if ((max_buffer != 0) && ((td->max_packet_size & 3) == 0)) { in dwc_otg_data_tx()
2233 mpkt = max_buffer / td->max_packet_size; in dwc_otg_data_tx()
H A Ddwc_otg.h153 uint16_t max_buffer; member