Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1130 if ((ohci_reg & (OHCI_PHYC_RDREG | OHCI_PHYC_WRREG)) != 0) { in hci1394_ohci_phy_read_no_lock()
1135 ohci_reg = OHCI_PHYC_RDREG | ((address & 0xF) << in hci1394_ohci_phy_read_no_lock()
1215 if ((ohci_reg & (OHCI_PHYC_RDREG | OHCI_PHYC_WRREG)) != 0) { in hci1394_ohci_phy_write_no_lock()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h280 #define OHCI_PHYC_RDREG 0x00008000 macro