Searched defs:xm_phy_write (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | skge.c | 62 static int xm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val); 144 xm_phy_write(hw, port, PHY_BCOM_P_EXT_CTRL, PHY_B_PEC_LED_OFF); 169 xm_phy_write(hw, port, PHY_BCOM_P_EXT_CTRL, PHY_B_PEC_LED_ON); 460 static int xm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val) function 659 xm_phy_write(hw, port, 669 xm_phy_write(hw, port, 680 xm_phy_write(hw, port, PHY_BCOM_AUX_CTRL, r); 699 xm_phy_write(hw, port, PHY_BCOM_1000T_CTRL, adv); 706 xm_phy_write(hw, port, PHY_BCOM_1000T_CTRL, PHY_B_1000C_MSE); 710 xm_phy_write(h [all...] |
Completed in 35 milliseconds