Lines Matching defs:mv88e6xxx_ptp_ops
719 struct mv88e6xxx_ptp_ops { struct
720 u64 (*clock_read)(const struct cyclecounter *cc);
721 int (*ptp_enable)(struct ptp_clock_info *ptp,
723 int (*ptp_verify)(struct ptp_clock_info *ptp, unsigned int pin,
725 void (*event_work)(struct work_struct *ugly);
726 int (*port_enable)(struct mv88e6xxx_chip *chip, int port);
727 int (*port_disable)(struct mv88e6xxx_chip *chip, int port);
728 int (*global_enable)(struct mv88e6xxx_chip *chip);
729 int (*global_disable)(struct mv88e6xxx_chip *chip);
730 int (*set_ptp_cpu_port)(struct mv88e6xxx_chip *chip, int port);
731 int n_ext_ts;
732 int arr0_sts_reg;
733 int arr1_sts_reg;
734 int dep_sts_reg;
735 u32 rx_filters;