Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/phy/
Dswphy.c115 int swphy_read_reg(int reg, const struct fixed_phy_status *state) in swphy_read_reg() function
175 EXPORT_SYMBOL_GPL(swphy_read_reg);
Dswphy.h8 int swphy_read_reg(int reg, const struct fixed_phy_status *state);
Dfixed_phy.c93 return swphy_read_reg(reg_num, &state); in fixed_mdio_read()
Dphylink.c2289 val = swphy_read_reg(reg, &fs); in phylink_mii_emul_read()