Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_controller.h176 uint16_t max_out_frame_size; /* OUT-token direction */ member
/freebsd/sys/dev/usb/controller/
H A Davr32dci.c119 .max_out_frame_size = 64,
126 .max_out_frame_size = 512,
137 .max_out_frame_size = 64,
147 .max_out_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 Duss820dci.c127 .max_out_frame_size = 32,
133 .max_out_frame_size = 64,
143 .max_out_frame_size = 8,
153 .max_out_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()
H A Dmusb_otg.c144 .max_out_frame_size = 64, /* fixed */
207 sc->sc_hw_ep_profile[ch].max_out_frame_size) in musbotg_channel_alloc()
2993 max_out_frame_size / 2)) { in musbotg_clear_stall_sub()
3222 pf->max_out_frame_size = 1 << frx; in musbotg_init()
3231 pf->max_out_frame_size = 1 << frx; in musbotg_init()
3241 pf->max_out_frame_size = 0; in musbotg_init()
H A Datmegadci.c119 .max_out_frame_size = 64,
125 .max_out_frame_size = 64,
H A Ddwc_otg.c149 .max_out_frame_size = 64, /* fixed */
386 pf->usb.max_out_frame_size = 1024 * 3; in dwc_otg_init_fifo()
425 pf->usb.max_out_frame_size); in dwc_otg_init_fifo()
/freebsd/sys/dev/usb/template/
H A Dusb_template.c706 max_frame_size = pf->max_out_frame_size; in usb_hw_ep_find_match()
844 (pf->max_out_frame_size < wMaxPacketSize)) { in usb_hw_ep_get_needs()
860 if (pf->max_out_frame_size < wMaxPacketSize) { in usb_hw_ep_get_needs()