Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h482 uint16_t max_esti_payload_lo; // Max Endpoint Service Time Interval Payload (Low 16bit) member
Dxhci.c977 ep_ctx.max_esti_payload_lo = ((max_packet * (max_burst + 1))) & 0xff; in xhci_initialize_ep()