|
@@ -42,6 +42,8 @@ int mv88e6xxx_g2_get_eeprom16(struct mv88e6xxx_chip *chip,
|
|
int mv88e6xxx_g2_set_eeprom16(struct mv88e6xxx_chip *chip,
|
|
int mv88e6xxx_g2_set_eeprom16(struct mv88e6xxx_chip *chip,
|
|
struct ethtool_eeprom *eeprom, u8 *data);
|
|
struct ethtool_eeprom *eeprom, u8 *data);
|
|
|
|
|
|
|
|
+int mv88e6xxx_g2_misc_4_bit_port(struct mv88e6xxx_chip *chip);
|
|
|
|
+
|
|
int mv88e6xxx_g2_setup(struct mv88e6xxx_chip *chip);
|
|
int mv88e6xxx_g2_setup(struct mv88e6xxx_chip *chip);
|
|
int mv88e6xxx_g2_irq_setup(struct mv88e6xxx_chip *chip);
|
|
int mv88e6xxx_g2_irq_setup(struct mv88e6xxx_chip *chip);
|
|
void mv88e6xxx_g2_irq_free(struct mv88e6xxx_chip *chip);
|
|
void mv88e6xxx_g2_irq_free(struct mv88e6xxx_chip *chip);
|
|
@@ -110,6 +112,11 @@ static inline int mv88e6xxx_g2_set_eeprom16(struct mv88e6xxx_chip *chip,
|
|
return -EOPNOTSUPP;
|
|
return -EOPNOTSUPP;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+int mv88e6xxx_g2_misc_4_bit_port(struct mv88e6xxx_chip *chip)
|
|
|
|
+{
|
|
|
|
+ return -EOPNOTSUPP;
|
|
|
|
+}
|
|
|
|
+
|
|
static inline int mv88e6xxx_g2_setup(struct mv88e6xxx_chip *chip)
|
|
static inline int mv88e6xxx_g2_setup(struct mv88e6xxx_chip *chip)
|
|
{
|
|
{
|
|
return -EOPNOTSUPP;
|
|
return -EOPNOTSUPP;
|