Home
last modified time | relevance | path

Searched refs:max_in_frame_size (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Duss820dci.c126 .max_in_frame_size = 32,
132 .max_in_frame_size = 64,
142 .max_in_frame_size = 8,
152 .max_in_frame_size = 256,
1455 if (pf->max_in_frame_size != pf->max_out_frame_size) { in uss820dci_init()
1457 pf->max_in_frame_size, pf->max_out_frame_size); in uss820dci_init()
1460 if (pf->max_in_frame_size <= 64) { in uss820dci_init()
1464 } else if (pf->max_in_frame_size <= 256) { in uss820dci_init()
1468 } else if (pf->max_in_frame_size <= 512) { in uss820dci_init()
1478 if ((pf->max_in_frame_size <= 8) && in uss820dci_init()
[all …]
H A Davr32dci.c118 .max_in_frame_size = 64,
125 .max_in_frame_size = 512,
136 .max_in_frame_size = 64,
146 .max_in_frame_size = 1024,
1133 epsize = pf->max_in_frame_size | pf->max_out_frame_size; in avr32dci_clear_stall_sub()
1974 temp = pf->max_in_frame_size | pf->max_out_frame_size; in avr32dci_xfer_setup()
H A Dmusb_otg.c143 .max_in_frame_size = 64,/* fixed */
203 sc->sc_hw_ep_profile[ch].max_in_frame_size) in musbotg_channel_alloc()
2934 max_in_frame_size / 2)) { in musbotg_clear_stall_sub()
3221 pf->max_in_frame_size = 1 << ftx; in musbotg_init()
3232 pf->max_in_frame_size = 0; in musbotg_init()
3240 pf->max_in_frame_size = 1 << ftx; in musbotg_init()
H A Datmegadci.c118 .max_in_frame_size = 64,
124 .max_in_frame_size = 64,
H A Ddwc_otg.c148 .max_in_frame_size = 64,/* fixed */
418 pf->usb.max_in_frame_size = limit; in dwc_otg_init_fifo()
424 pf->usb.max_in_frame_size, in dwc_otg_init_fifo()
/freebsd/sys/dev/usb/template/
H A Dusb_template.c704 max_frame_size = pf->max_in_frame_size; in usb_hw_ep_find_match()
843 if ((pf->max_in_frame_size < wMaxPacketSize) || in usb_hw_ep_get_needs()
852 if (pf->max_in_frame_size < wMaxPacketSize) { in usb_hw_ep_get_needs()
960 if (pf->max_in_frame_size >= mps) { in usb_hw_ep_resolve()
980 if (pf->max_in_frame_size < mps) { in usb_hw_ep_resolve()
/freebsd/sys/dev/usb/
H A Dusb_controller.h175 uint16_t max_in_frame_size; /* IN-token direction */ member