Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1114 uint32_t ohci_reg; in hci1394_ohci_phy_read_no_lock() local
1128 ohci_reg = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_phy_read_no_lock()
1135 ohci_reg = OHCI_PHYC_RDREG | ((address & 0xF) << in hci1394_ohci_phy_read_no_lock()
1138 ohci_reg); in hci1394_ohci_phy_read_no_lock()
1153 if ((ohci_reg & OHCI_PHYC_RDDONE) != 0) { in hci1394_ohci_phy_read_no_lock()
1200 uint32_t ohci_reg; in hci1394_ohci_phy_write_no_lock() local
1213 ohci_reg = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_phy_write_no_lock()
1223 &ohci_hdl->ohci_regs->phy_ctrl, ohci_reg); in hci1394_ohci_phy_write_no_lock()
1238 if ((ohci_reg & OHCI_PHYC_WRREG) == 0) { in hci1394_ohci_phy_write_no_lock()
1524 uint32_t ohci_reg; in hci1394_ohci_csr_cswap() local
[all …]