Searched refs:enc28j60_phy_write (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/microchip/ |
H A D | enc28j60.c | 458 static int enc28j60_phy_write(struct enc28j60_net *priv, u8 address, u16 data) in enc28j60_phy_write() function 723 if (!enc28j60_phy_write(priv, PHLCON, ENC28J60_LAMPS_MODE)) in enc28j60_hw_init() 727 if (!enc28j60_phy_write(priv, PHCON1, PHCON1_PDPXMD)) in enc28j60_hw_init() 729 if (!enc28j60_phy_write(priv, PHCON2, 0x00)) in enc28j60_hw_init() 732 if (!enc28j60_phy_write(priv, PHCON1, 0x00)) in enc28j60_hw_init() 734 if (!enc28j60_phy_write(priv, PHCON2, PHCON2_HDLDIS)) in enc28j60_hw_init() 752 enc28j60_phy_write(priv, PHIE, PHIE_PGEIE | PHIE_PLNKIE); in enc28j60_hw_enable()
|