Lines Matching refs:mv88e6xxx_chip
16 int mv88e6165_phy_read(struct mv88e6xxx_chip *chip, struct mii_bus *bus, in mv88e6165_phy_read()
22 int mv88e6165_phy_write(struct mv88e6xxx_chip *chip, struct mii_bus *bus, in mv88e6165_phy_write()
28 int mv88e6xxx_phy_read(struct mv88e6xxx_chip *chip, int phy, int reg, u16 *val) in mv88e6xxx_phy_read()
43 int mv88e6xxx_phy_write(struct mv88e6xxx_chip *chip, int phy, int reg, u16 val) in mv88e6xxx_phy_write()
58 int mv88e6xxx_phy_read_c45(struct mv88e6xxx_chip *chip, int phy, int devad, in mv88e6xxx_phy_read_c45()
74 int mv88e6xxx_phy_write_c45(struct mv88e6xxx_chip *chip, int phy, int devad, in mv88e6xxx_phy_write_c45()
90 static int mv88e6xxx_phy_page_get(struct mv88e6xxx_chip *chip, int phy, u8 page) in mv88e6xxx_phy_page_get()
95 static void mv88e6xxx_phy_page_put(struct mv88e6xxx_chip *chip, int phy) in mv88e6xxx_phy_page_put()
111 int mv88e6xxx_phy_page_read(struct mv88e6xxx_chip *chip, int phy, in mv88e6xxx_phy_page_read()
129 int mv88e6xxx_phy_page_write(struct mv88e6xxx_chip *chip, int phy, in mv88e6xxx_phy_page_write()
150 static int mv88e6xxx_phy_ppu_disable(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_ppu_disable()
158 static int mv88e6xxx_phy_ppu_enable(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_ppu_enable()
168 struct mv88e6xxx_chip *chip; in mv88e6xxx_phy_ppu_reenable_work()
170 chip = container_of(ugly, struct mv88e6xxx_chip, ppu_work); in mv88e6xxx_phy_ppu_reenable_work()
185 struct mv88e6xxx_chip *chip = from_timer(chip, t, ppu_timer); in mv88e6xxx_phy_ppu_reenable_timer()
190 static int mv88e6xxx_phy_ppu_access_get(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_ppu_access_get()
216 static void mv88e6xxx_phy_ppu_access_put(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_ppu_access_put()
223 static void mv88e6xxx_phy_ppu_state_init(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_ppu_state_init()
230 static void mv88e6xxx_phy_ppu_state_destroy(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_ppu_state_destroy()
235 int mv88e6185_phy_ppu_read(struct mv88e6xxx_chip *chip, struct mii_bus *bus, in mv88e6185_phy_ppu_read()
249 int mv88e6185_phy_ppu_write(struct mv88e6xxx_chip *chip, struct mii_bus *bus, in mv88e6185_phy_ppu_write()
263 void mv88e6xxx_phy_init(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_init()
269 void mv88e6xxx_phy_destroy(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_destroy()
275 int mv88e6xxx_phy_setup(struct mv88e6xxx_chip *chip) in mv88e6xxx_phy_setup()