Searched defs:mv88e6xxx_avb_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
D | chip.h | 551 struct mv88e6xxx_avb_ops { struct 553 int (*port_ptp_read)(struct mv88e6xxx_chip *chip, int port, int addr, 555 int (*port_ptp_write)(struct mv88e6xxx_chip *chip, int port, int addr, 559 int (*ptp_read)(struct mv88e6xxx_chip *chip, int addr, u16 *data, 561 int (*ptp_write)(struct mv88e6xxx_chip *chip, int addr, u16 data); 564 int (*tai_read)(struct mv88e6xxx_chip *chip, int addr, u16 *data, 566 int (*tai_write)(struct mv88e6xxx_chip *chip, int addr, u16 data);
|