Home
last modified time | relevance | path

Searched defs:xhci_slot_context_t (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h375 struct xhci_slot_context_t struct
377 unsigned route_string : 20;
378 unsigned speed : 4;
379 unsigned Rsvd0 : 1; // Reserved and zero'd
380 unsigned mtt : 1; // multi-TT
381 unsigned hub : 1;
382 unsigned entries : 5; // count of context entries
384 uint16_t max_exit_latency;
385 uint8_t rh_port_num; // root hub port number
386 uint8_t num_ports; // number of ports
[all …]