Searched defs:ohci (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_state.h | 64 hci1394_ohci_handle_t ohci; /* see hci1394_ohci.h */ member in struct:hci1394_state_s
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_vendor.c | 80 hci1394_vendor_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci, argument 98 vendor->ve_ohci = ohci;
|
H A D | hci1394_csr.c | 102 hci1394_csr_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci, argument 109 ASSERT(ohci != NULL); 121 csr->csr_ohci = ohci;
|
H A D | hci1394_isoch.c | 66 hci1394_isoch_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci, argument 115 isochp->ctxt_xmit_count = hci1394_ohci_it_ctxt_count_get(ohci); 116 isochp->ctxt_recv_count = hci1394_ohci_ir_ctxt_count_get(ohci); 243 &soft_statep->ohci->ohci_regs->it[i]; 292 &soft_statep->ohci->ohci_regs->ir[i]; 342 hci1394_ohci_intr_clear(soft_statep->ohci, 344 hci1394_ohci_intr_enable(soft_statep->ohci, 425 hci1394_ohci_ir_cmd_ptr_set(soft_statep->ohci, 475 hci1394_ohci_ir_intr_clear(soft_statep->ohci, 479 hci1394_ohci_ir_intr_enable(soft_statep->ohci, [all...] |
H A D | hci1394_ohci.c | 84 hci1394_ohci_t *ohci; local 93 /* alloc the space for ohci */ 94 ohci = kmem_alloc(sizeof (hci1394_ohci_t), KM_SLEEP); 95 *ohci_hdl = ohci; 105 ohci->ohci_bustime_enabled = B_FALSE; 106 ohci->ohci_bustime_count = 0; 108 ohci->ohci_set_root_holdoff = B_FALSE; 109 ohci->ohci_set_gap_count = B_FALSE; 110 ohci->ohci_gap_count = 0; 112 mutex_init(&ohci 266 hci1394_ohci_t *ohci; local [all...] |
Completed in 79 milliseconds