Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1336 uint32_t ohci_reg; in hci1394_ohci_phy_read_no_lock() local
1356 ohci_reg = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_phy_read_no_lock()
1358 if ((ohci_reg & (OHCI_PHYC_RDREG | OHCI_PHYC_WRREG)) != 0) { in hci1394_ohci_phy_read_no_lock()
1367 ohci_reg = OHCI_PHYC_RDREG | ((address & 0xF) << in hci1394_ohci_phy_read_no_lock()
1370 ohci_reg); in hci1394_ohci_phy_read_no_lock()
1383 ohci_reg = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_phy_read_no_lock()
1385 if ((ohci_reg & OHCI_PHYC_RDDONE) != 0) { in hci1394_ohci_phy_read_no_lock()
1439 uint32_t ohci_reg; in hci1394_ohci_phy_write_no_lock() local
1458 ohci_reg = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_phy_write_no_lock()
1460 if ((ohci_reg & (OHCI_PHYC_RDREG | OHCI_PHYC_WRREG)) != 0) { in hci1394_ohci_phy_write_no_lock()
[all …]