Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Duss820dci.c119 .max_in_frame_size = 32,
125 .max_in_frame_size = 64,
135 .max_in_frame_size = 8,
145 .max_in_frame_size = 256,
1424 if (pf->max_in_frame_size != pf->max_out_frame_size) { in uss820dci_init()
1426 pf->max_in_frame_size, pf->max_out_frame_size); in uss820dci_init()
1429 if (pf->max_in_frame_size <= 64) { in uss820dci_init()
1433 } else if (pf->max_in_frame_size <= 256) { in uss820dci_init()
1437 } else if (pf->max_in_frame_size <= 512) { in uss820dci_init()
1447 if ((pf->max_in_frame_size <= 8) && in uss820dci_init()
[all …]
Davr32dci.c115 .max_in_frame_size = 64,
122 .max_in_frame_size = 512,
133 .max_in_frame_size = 64,
143 .max_in_frame_size = 1024,
1143 epsize = pf->max_in_frame_size | pf->max_out_frame_size; in avr32dci_clear_stall_sub()
2021 temp = pf->max_in_frame_size | pf->max_out_frame_size; in avr32dci_xfer_setup()
Dat91dci.c141 .max_in_frame_size = 8,
147 .max_in_frame_size = 64,
158 .max_in_frame_size = 64,
170 .max_in_frame_size = 8,
178 .max_in_frame_size = 256,
189 .max_in_frame_size = 256,
Datmegadci.c116 .max_in_frame_size = 64,
122 .max_in_frame_size = 64,
Dmusb_otg.c139 .max_in_frame_size = 64,/* fixed */
2933 max_in_frame_size / 2)) { in musbotg_clear_stall_sub()
3221 pf->max_in_frame_size = 1 << ftx; in musbotg_init()
3239 pf->max_in_frame_size = 1 << ftx; in musbotg_init()
/freebsd-9-stable/sys/dev/usb/template/
Dusb_template.c618 max_frame_size = pf->max_in_frame_size; in usb_hw_ep_find_match()
762 if ((pf->max_in_frame_size < wMaxPacketSize) || in usb_hw_ep_get_needs()
771 if (pf->max_in_frame_size < wMaxPacketSize) { in usb_hw_ep_get_needs()
882 if (pf->max_in_frame_size >= mps) { in usb_hw_ep_resolve()
902 if (pf->max_in_frame_size < mps) { in usb_hw_ep_resolve()
/freebsd-9-stable/sys/dev/usb/
Dusb_controller.h171 uint16_t max_in_frame_size; /* IN-token direction */ member