Lines Matching defs:xhci_slot_context_t
375 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
388 uint8_t tt_hub_slot_id;
389 uint8_t tt_port_num;
390 unsigned ttt : 2; // TT Think Time
391 unsigned Rsvd2 : 4;
392 unsigned int_target : 10; // Interrupter target
394 uint8_t device_address;
395 unsigned Rsvd1 : 19;
396 unsigned slot_state : 5;