Searched defs:ehci_state (Results 1 – 1 of 1) sorted by relevance
72 typedef struct ehci_state { struct73 dev_info_t *ehci_dip; /* Dip of HC */74 uint_t ehci_instance;75 usba_hcdi_ops_t *ehci_hcdi_ops; /* HCDI structure */76 uint_t ehci_flags; /* Used for cleanup */77 uint16_t ehci_vendor_id; /* chip vendor */78 uint16_t ehci_device_id; /* chip device */79 uint8_t ehci_rev_id; /* chip revison */81 ddi_acc_handle_t ehci_caps_handle; /* Caps Reg Handle */82 ehci_caps_t *ehci_capsp; /* Capability Regs */[all …]