Searched refs:max_in_frame_size (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/
H A Dusb_controller.h176 uint16_t max_in_frame_size; /* IN-token direction */ member in struct:usb_hw_ep_profile
/freebsd-11.0-release/sys/dev/usb/controller/
H A Duss820dci.c127 .max_in_frame_size = 32,
133 .max_in_frame_size = 64,
143 .max_in_frame_size = 8,
153 .max_in_frame_size = 256,
1478 if (pf->max_in_frame_size != pf->max_out_frame_size) {
1480 pf->max_in_frame_size, pf->max_out_frame_size);
1483 if (pf->max_in_frame_size <= 64) {
1487 } else if (pf->max_in_frame_size <= 256) {
1491 } else if (pf->max_in_frame_size <= 512) {
1501 if ((pf->max_in_frame_size <
[all...]
H A Davr32dci.c117 .max_in_frame_size = 64,
124 .max_in_frame_size = 512,
135 .max_in_frame_size = 64,
145 .max_in_frame_size = 1024,
1149 epsize = pf->max_in_frame_size | pf->max_out_frame_size;
2021 temp = pf->max_in_frame_size | pf->max_out_frame_size;
H A Dat91dci.c147 .max_in_frame_size = 8,
153 .max_in_frame_size = 64,
164 .max_in_frame_size = 64,
176 .max_in_frame_size = 8,
184 .max_in_frame_size = 256,
195 .max_in_frame_size = 256,
H A Datmegadci.c119 .max_in_frame_size = 64,
125 .max_in_frame_size = 64,
H A Dmusb_otg.c143 .max_in_frame_size = 64,/* fixed */
182 sc->sc_hw_ep_profile[ch].max_in_frame_size)
2952 max_in_frame_size / 2)) {
3240 pf->max_in_frame_size = 1 << ftx;
3251 pf->max_in_frame_size = 0;
3259 pf->max_in_frame_size = 1 << ftx;
H A Dsaf1761_otg.c144 .max_in_frame_size = 64,
150 .max_in_frame_size = SOTG_HS_MAX_PACKET_SIZE,
2409 SAF1761_WRITE_LE_4(sc, SOTG_EP_MAXPACKET, pf->max_in_frame_size);
H A Ddwc_otg.c151 .max_in_frame_size = 64,/* fixed */
424 pf->usb.max_in_frame_size = limit;
430 pf->usb.max_in_frame_size,
/freebsd-11.0-release/sys/dev/usb/template/
H A Dusb_template.c623 max_frame_size = pf->max_in_frame_size;
767 if ((pf->max_in_frame_size < wMaxPacketSize) ||
776 if (pf->max_in_frame_size < wMaxPacketSize) {
887 if (pf->max_in_frame_size >= mps) {
907 if (pf->max_in_frame_size < mps) {

Completed in 196 milliseconds