Home
last modified time | relevance | path

Searched refs:ohci_regs (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1129 &ohci_hdl->ohci_regs->phy_ctrl); in hci1394_ohci_phy_read_no_lock()
1152 &ohci_hdl->ohci_regs->phy_ctrl); in hci1394_ohci_phy_read_no_lock()
1214 &ohci_hdl->ohci_regs->phy_ctrl); in hci1394_ohci_phy_write_no_lock()
1237 &ohci_hdl->ohci_regs->phy_ctrl); in hci1394_ohci_phy_write_no_lock()
1298 &ohci_hdl->ohci_regs->node_id); in hci1394_ohci_phy_info()
1467 &ohci_hdl->ohci_regs->guid_hi); in hci1394_ohci_guid()
1470 &ohci_hdl->ohci_regs->guid_lo); in hci1394_ohci_guid()
1583 &ohci_hdl->ohci_regs->csr_data); in hci1394_ohci_csr_cswap()
1847 &ohci_hdl->ohci_regs->node_id); in hci1394_ohci_nodeid_get()
1888 &ohci_hdl->ohci_regs->node_id); in hci1394_ohci_nodeid_info()
[all …]
H A Dhci1394_detach.c71 &soft_state->ohci->ohci_regs->link_ctrl_clr, in hci1394_detach()
125 &soft_state->ohci->ohci_regs->link_ctrl_clr, in hci1394_detach()
187 &soft_state->ohci->ohci_regs->link_ctrl_clr, 0xFFFFFFFF); in hci1394_quiesce()
H A Dhci1394_vendor.c379 &vendor->ve_ohci->ohci_regs->guid_hi, in hci1394_rio_guid_init()
382 &vendor->ve_ohci->ohci_regs->guid_lo, in hci1394_rio_guid_init()
H A Dhci1394_isoch.c212 &soft_statep->ohci->ohci_regs->it[i]; in hci1394_alloc_isoch_dma()
247 &soft_statep->ohci->ohci_regs->ir[i]; in hci1394_alloc_isoch_dma()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h339 &(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_ctrl_set, \
350 &(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_ctrl_clr, \
360 &(HCIP)->ohci->ohci_regs->it[(I)].ctxt_ctrl_set, 0 | \
369 &(HCIP)->ohci->ohci_regs->it[(I)].ctxt_ctrl_clr, 0 | \
378 &(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_match, 0 | \
551 hci1394_regs_t *ohci_regs; member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h131 typedef volatile struct ohci_regs { struct