Home
last modified time | relevance | path

Searched refs:max_packet (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c44 …uint64_t xhci_initialize_slot(const int id, const int port, const int speed, const int max_packet);
46 … const int max_packet, const int max_burst, const int type, const int direction,
50 const int max_packet);
52 const int max_packet);
56 uint8_t direction, const int max_packet, const uint64_t status_vaddr);
892 … uint64_t xhci_initialize_slot(const int id, const int port, const int speed, const int max_packet) in xhci_initialize_slot() argument
915 …xhci_initialize_ep(id, device_context_vaddr, port, XHCI_EP_CONTROL, max_packet, 0, USB_EP_CONTROL,… in xhci_initialize_slot()
934 … const int max_packet, const int max_burst, const int type, const int direction, in xhci_initialize_ep() argument
954 kdebug("max_packet=%d, max_burst=%d", max_packet, max_burst); in xhci_initialize_ep()
959 ep_ctx.max_packet_size = max_packet; in xhci_initialize_ep()
[all …]
/DragonOS-0.1.7/kernel/src/driver/usb/
Dusb.h130 uint16_t max_packet; member
135 #define usb_get_max_burst_from_ep(__ep_desc) (((__ep_desc)->max_packet & 0x1800) >> 11)