Lines Matching defs:mv88e6xxx_ptp_ops
734 struct mv88e6xxx_ptp_ops { struct
735 u64 (*clock_read)(const struct cyclecounter *cc);
736 int (*ptp_enable)(struct ptp_clock_info *ptp,
738 int (*ptp_verify)(struct ptp_clock_info *ptp, unsigned int pin,
740 void (*event_work)(struct work_struct *ugly);
741 int (*port_enable)(struct mv88e6xxx_chip *chip, int port);
742 int (*port_disable)(struct mv88e6xxx_chip *chip, int port);
743 int (*global_enable)(struct mv88e6xxx_chip *chip);
744 int (*global_disable)(struct mv88e6xxx_chip *chip);
745 int (*set_ptp_cpu_port)(struct mv88e6xxx_chip *chip, int port);
746 int n_ext_ts;
747 int arr0_sts_reg;
748 int arr1_sts_reg;
749 int dep_sts_reg;
750 u32 rx_filters;