Searched refs:ohci_regs (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ohci.c | 117 (caddr_t *)&ohci->ohci_regs, 0, 0, &drvinfo->di_reg_attr, in hci1394_ohci_init() 200 ddi_get32(ohci->ohci_reg_handle, &ohci->ohci_regs->vendor_id); in hci1394_ohci_init() 201 version = ddi_get32(ohci->ohci_reg_handle, &ohci->ohci_regs->version); in hci1394_ohci_init() 328 &ohci_hdl->ohci_regs->hc_ctrl_clr, OHCI_HC_NO_BSWAP | in hci1394_ohci_chip_init() 342 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_NO_BSWAP | in hci1394_ohci_chip_init() 349 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_LPS | in hci1394_ohci_chip_init() 369 &ohci_hdl->ohci_regs->ir_multi_maskhi_clr, 0xFFFFFFFF); in hci1394_ohci_chip_init() 371 &ohci_hdl->ohci_regs->ir_multi_masklo_clr, 0xFFFFFFFF); in hci1394_ohci_chip_init() 382 &ohci_hdl->ohci_regs->at_retries, 0x00000002); in hci1394_ohci_chip_init() 389 &ohci_hdl->ohci_regs->link_ctrl_clr, 0xFFFFFFFF); in hci1394_ohci_chip_init() [all …]
|
H A D | hci1394_detach.c | 78 &soft_state->ohci->ohci_regs->link_ctrl_clr, in hci1394_detach() 134 &soft_state->ohci->ohci_regs->link_ctrl_clr, in hci1394_detach() 202 &soft_state->ohci->ohci_regs->link_ctrl_clr, 0xFFFFFFFF); in hci1394_quiesce()
|
H A D | hci1394_vendor.c | 442 &vendor->ve_ohci->ohci_regs->guid_hi, in hci1394_rio_guid_init() 445 &vendor->ve_ohci->ohci_regs->guid_lo, in hci1394_rio_guid_init()
|
H A D | hci1394_isoch.c | 243 &soft_statep->ohci->ohci_regs->it[i]; in hci1394_alloc_isoch_dma() 292 &soft_statep->ohci->ohci_regs->ir[i]; in hci1394_alloc_isoch_dma()
|
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ohci.h | 341 &(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_ctrl_set, \ 352 &(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_ctrl_clr, \ 362 &(HCIP)->ohci->ohci_regs->it[(I)].ctxt_ctrl_set, 0 | \ 371 &(HCIP)->ohci->ohci_regs->it[(I)].ctxt_ctrl_clr, 0 | \ 380 &(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_match, 0 | \ 553 hci1394_regs_t *ohci_regs; member
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohci.h | 131 typedef volatile struct ohci_regs { struct
|