Searched defs:ohci_state (Results 1 – 1 of 1) sorted by relevance
121 typedef struct ohci_state { struct122 dev_info_t *ohci_dip; /* Dip of HC */123 uint_t ohci_instance;124 usba_hcdi_ops_t *ohci_hcdi_ops; /* HCDI structure */125 uint_t ohci_flags; /* Used for cleanup */126 uint16_t ohci_vendor_id; /* chip vendor */127 uint16_t ohci_device_id; /* chip device */128 uint8_t ohci_rev_id; /* chip revison */130 ohci_regs_t *ohci_regsp; /* Host ctlr regs */131 ddi_acc_handle_t ohci_regs_handle; /* Reg handle */[all …]