Searched refs:OHCI_PHYC_WRREG (Results 1 – 2 of 2) sorted by relevance
1358 if ((ohci_reg & (OHCI_PHYC_RDREG | OHCI_PHYC_WRREG)) != 0) { in hci1394_ohci_phy_read_no_lock()1460 if ((ohci_reg & (OHCI_PHYC_RDREG | OHCI_PHYC_WRREG)) != 0) { in hci1394_ohci_phy_write_no_lock()1469 ohci_reg = OHCI_PHYC_WRREG | ((address & 0xF) << in hci1394_ohci_phy_write_no_lock()1487 if ((ohci_reg & OHCI_PHYC_WRREG) == 0) { in hci1394_ohci_phy_write_no_lock()
283 #define OHCI_PHYC_WRREG 0x00004000 macro