Searched refs:OHCI1394_PhyControl (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/firewire/ |
H A D | init_ohci1394_dma.c | 71 reg_write(ohci, OHCI1394_PhyControl, (addr << 8) | 0x00008000); get_phy_reg() 74 if (reg_read(ohci, OHCI1394_PhyControl) & 0x80000000) get_phy_reg() 78 r = reg_read(ohci, OHCI1394_PhyControl); get_phy_reg() 88 reg_write(ohci, OHCI1394_PhyControl, (addr << 8) | data | 0x00004000); set_phy_reg() 91 if (!(reg_read(ohci, OHCI1394_PhyControl) & 0x00004000)) set_phy_reg()
|
H A D | ohci.h | 66 #define OHCI1394_PhyControl 0x0EC macro
|
H A D | ohci.c | 567 reg_write(ohci, OHCI1394_PhyControl, OHCI1394_PhyControl_Read(addr)); read_phy_reg() 569 val = reg_read(ohci, OHCI1394_PhyControl); read_phy_reg() 593 reg_write(ohci, OHCI1394_PhyControl, write_phy_reg() 596 val = reg_read(ohci, OHCI1394_PhyControl); write_phy_reg()
|
Completed in 70 milliseconds