Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dglobal2.c33 int mv88e6xxx_g2_update(struct mv88e6xxx_chip *chip, int reg, u16 update) in mv88e6xxx_g2_update() function
130 return mv88e6xxx_g2_update(chip, MV88E6XXX_G2_DEVICE_MAPPING, val); in mv88e6xxx_g2_device_mapping_write()
143 return mv88e6xxx_g2_update(chip, MV88E6XXX_G2_TRUNK_MASK, val); in mv88e6xxx_g2_trunk_mask_write()
154 return mv88e6xxx_g2_update(chip, MV88E6XXX_G2_TRUNK_MAPPING, val); in mv88e6xxx_g2_trunk_mapping_write()
268 return mv88e6xxx_g2_update(chip, MV88E6XXX_G2_SWITCH_MAC, val); in mv88e6xxx_g2_switch_mac_write()
291 return mv88e6xxx_g2_update(chip, MV88E6XXX_G2_PRIO_OVERRIDE, val); in mv88e6xxx_g2_pot_write()
821 return mv88e6xxx_g2_update(chip, MV88E6390_G2_WDOG_CTL, in mv88e6390_watchdog_setup()
859 mv88e6xxx_g2_update(chip, MV88E6390_G2_WDOG_CTL, in mv88e6390_watchdog_free()
Dglobal2_avb.c44 err = mv88e6xxx_g2_update(chip, MV88E6352_G2_AVB_CMD, readop); in mv88e6xxx_g2_avb_read()
68 return mv88e6xxx_g2_update(chip, MV88E6352_G2_AVB_CMD, writeop); in mv88e6xxx_g2_avb_write()
Dglobal2.h290 int mv88e6xxx_g2_update(struct mv88e6xxx_chip *chip, int reg, u16 update);
370 static inline int mv88e6xxx_g2_update(struct mv88e6xxx_chip *chip, int reg, u16 update) in mv88e6xxx_g2_update() function
Dglobal2_scratch.c44 return mv88e6xxx_g2_update(chip, MV88E6XXX_G2_SCRATCH_MISC_MISC, value); in mv88e6xxx_g2_scratch_write()