Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c187 static void send_three_state(void __iomem *ioaddr, u8 phyctrlpolarity) in send_three_state() argument
189 phyctrlpolarity |= (IPG_PC_MGMTDATA & 0) | IPG_PC_MGMTDIR; in send_three_state()
191 ipg_drive_phy_ctl_low_high(ioaddr, phyctrlpolarity); in send_three_state()
194 static void send_end(void __iomem *ioaddr, u8 phyctrlpolarity) in send_end() argument
197 phyctrlpolarity) & IPG_PC_RSVD_MASK, PHY_CTRL); in send_end()
200 static u16 read_phy_bit(void __iomem *ioaddr, u8 phyctrlpolarity) in read_phy_bit() argument
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()