Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/broadcom/ | |
bcm2835_vcaudioreg.h | 123 uint16_t max_packet; member in struct:__anon5827fd4f0808 |
/src/sys/external/bsd/dwc2/dist/ | |
dwc2_hcd.h | 69 * @max_packet: Max packet size in bytes 126 unsigned max_packet:11; member in struct:dwc2_host_chan |
/src/sys/dev/ic/ | |
sl811hs.c | 864 unsigned int max_packet; local in function:slhci_start 868 max_packet = UGETW(ed->wMaxPacketSize); 889 spipe->newlen[0] = xfer->ux_length % max_packet; 890 spipe->newlen[1] = uimin(xfer->ux_length, max_packet); 934 spipe->tregs[LEN] == max_packet && 955 if (max_packet <= 8) { 967 if (max_packet <= SL11_MAX_PACKET_SIZE) { 1028 unsigned int max_packet, pmaxpkt; local in function:slhci_open 1056 max_packet = UGETW(ed->wMaxPacketSize); 1070 if (max_packet > pmaxpkt) 2962 int bustime, max_packet; local in function:slhci_reserve_bustime [all...] |