Home
last modified time | relevance | path

Searched refs:maxpacketsize (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c330 int maxpacketsize, in xhci_v1_0_td_remainder() argument
343 packets_transferred = (running_total + trb_buff_len) / maxpacketsize; in xhci_v1_0_td_remainder()
574 int maxpacketsize; in xhci_bulk_tx() local
635 maxpacketsize = usb_maxpacket(udev, pipe); in xhci_bulk_tx()
637 total_packet_count = DIV_ROUND_UP(length, maxpacketsize); in xhci_bulk_tx()
689 maxpacketsize, in xhci_bulk_tx()
H A Dr8a66597-hcd.c279 (8 << dev->maxpacketsize), DCPMAXP); in send_setup_packet()
/OK3568_Linux_fs/u-boot/common/
H A Dusb.c984 dev->maxpacketsize = PACKET_SIZE_8; in usb_setup_descriptor()
987 dev->maxpacketsize = PACKET_SIZE_64; in usb_setup_descriptor()
1020 dev->maxpacketsize = PACKET_SIZE_8; in usb_setup_descriptor()
1023 dev->maxpacketsize = PACKET_SIZE_16; in usb_setup_descriptor()
1026 dev->maxpacketsize = PACKET_SIZE_32; in usb_setup_descriptor()
1029 dev->maxpacketsize = PACKET_SIZE_64; in usb_setup_descriptor()
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dasix88179.c215 int maxpacketsize; member
483 framesize = dev_priv->maxpacketsize; in asix_send_common()
702 dev_priv->maxpacketsize = in ax88179_eth_probe()
879 priv->maxpacketsize = usb_dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h113 int maxpacketsize; member
342 (dev)->maxpacketsize)
H A Dusbdevice.h613 unsigned char maxpacketsize; member
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c270 u8 maxpktsize = (1 << dev->maxpacketsize) * 8; in ctrlreq_in_data_phase()
316 u8 maxpktsize = (1 << dev->maxpacketsize) * 8; in ctrlreq_out_data_phase()
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-hcd.c1393 int len, maxpacketsize; in packetize_urb() local
1426 maxpacketsize = max_packet(usb_maxpacket(urb->dev, urb->pipe, in packetize_urb()
1469 maxpacketsize)) { in packetize_urb()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c655 bus_instance->maxpacketsize = 64; in usbtty_init_instances()