Home
last modified time | relevance | path

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

/drivers/net/phy/
Dswphy.c121 int swphy_read_reg(int reg, const struct fixed_phy_status *state) in swphy_read_reg() function
179 EXPORT_SYMBOL_GPL(swphy_read_reg);
Dswphy.h7 int swphy_read_reg(int reg, const struct fixed_phy_status *state);
Dfixed_phy.c78 return swphy_read_reg(reg_num, &state); in fixed_mdio_read()