Home
last modified time | relevance | path

Searched refs:mv88e6xxx_g2_wait (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dglobal2.c38 int mv88e6xxx_g2_wait(struct mv88e6xxx_chip *chip, int reg, u16 mask) in mv88e6xxx_g2_wait() function
185 return mv88e6xxx_g2_wait(chip, MV88E6XXX_G2_IRL_CMD, in mv88e6xxx_g2_irl_wait()
221 return mv88e6xxx_g2_wait(chip, MV88E6XXX_G2_PVT_ADDR, in mv88e6xxx_g2_pvt_op_wait()
315 return mv88e6xxx_g2_wait(chip, MV88E6XXX_G2_EEPROM_CMD, in mv88e6xxx_g2_eeprom_wait()
579 return mv88e6xxx_g2_wait(chip, MV88E6XXX_G2_SMI_PHY_CMD, in mv88e6xxx_g2_smi_phy_wait()
Dglobal2.h291 int mv88e6xxx_g2_wait(struct mv88e6xxx_chip *chip, int reg, u16 mask);
375 static inline int mv88e6xxx_g2_wait(struct mv88e6xxx_chip *chip, int reg, u16 mask) in mv88e6xxx_g2_wait() function