Home
last modified time | relevance | path

Searched refs:port_ptp_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2_avb.c146 .port_ptp_read = mv88e6352_g2_avb_port_ptp_read,
171 .port_ptp_read = mv88e6352_g2_avb_port_ptp_read,
233 .port_ptp_read = mv88e6390_g2_avb_port_ptp_read,
H A Dhwtstamp.c24 if (!chip->info->ops->avb_ops->port_ptp_read) in mv88e6xxx_port_ptp_read()
27 return chip->info->ops->avb_ops->port_ptp_read(chip, port, addr, in mv88e6xxx_port_ptp_read()
H A Dchip.h691 int (*port_ptp_read)(struct mv88e6xxx_chip *chip, int port, int addr, member