Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c175 static void ipg_write_phy_ctl(void __iomem *ioaddr, u8 data) in ipg_write_phy_ctl() function
183 ipg_write_phy_ctl(ioaddr, IPG_PC_MGMTCLK_LO | data); in ipg_drive_phy_ctl_low_high()
184 ipg_write_phy_ctl(ioaddr, IPG_PC_MGMTCLK_HI | data); in ipg_drive_phy_ctl_low_high()
204 ipg_write_phy_ctl(ioaddr, IPG_PC_MGMTCLK_LO | phyctrlpolarity); in read_phy_bit()
208 ipg_write_phy_ctl(ioaddr, IPG_PC_MGMTCLK_HI | phyctrlpolarity); in read_phy_bit()
374 ipg_write_phy_ctl(ioaddr, IPG_PC_MGMTCLK_LO | polarity); in mdio_write()
376 ipg_write_phy_ctl(ioaddr, IPG_PC_MGMTCLK_HI | polarity); in mdio_write()