Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dinit_ohci1394_dma.c58 reg_write(ohci, OHCI1394_PhyControl, (addr << 8) | 0x00008000); in get_phy_reg()
61 if (reg_read(ohci, OHCI1394_PhyControl) & 0x80000000) in get_phy_reg()
65 r = reg_read(ohci, OHCI1394_PhyControl); in get_phy_reg()
75 reg_write(ohci, OHCI1394_PhyControl, (addr << 8) | data | 0x00004000); in set_phy_reg()
78 if (!(reg_read(ohci, OHCI1394_PhyControl) & 0x00004000)) in set_phy_reg()
H A Dohci.h67 #define OHCI1394_PhyControl 0x0EC macro
H A Dohci.c599 reg_write(ohci, OHCI1394_PhyControl, OHCI1394_PhyControl_Read(addr)); in read_phy_reg()
601 val = reg_read(ohci, OHCI1394_PhyControl); in read_phy_reg()
625 reg_write(ohci, OHCI1394_PhyControl, in write_phy_reg()
628 val = reg_read(ohci, OHCI1394_PhyControl); in write_phy_reg()