Searched defs:__gm_phy_read (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | skge.c | 1181 static int __gm_phy_read(struct skge_hw *hw, int port, u16 reg, u16 *val) function 1204 if (__gm_phy_read(hw, port, reg, &v))
|
H A D | sky2.c | 157 static int __gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg, u16 *val) function 187 __gm_phy_read(hw, port, reg, &v);
|
Completed in 50 milliseconds