Lines Matching defs:mv88e6xxx_ptp_ops
665 struct mv88e6xxx_ptp_ops { struct
666 u64 (*clock_read)(const struct cyclecounter *cc);
667 int (*ptp_enable)(struct ptp_clock_info *ptp,
669 int (*ptp_verify)(struct ptp_clock_info *ptp, unsigned int pin,
671 void (*event_work)(struct work_struct *ugly);
672 int (*port_enable)(struct mv88e6xxx_chip *chip, int port);
673 int (*port_disable)(struct mv88e6xxx_chip *chip, int port);
674 int (*global_enable)(struct mv88e6xxx_chip *chip);
675 int (*global_disable)(struct mv88e6xxx_chip *chip);
676 int n_ext_ts;
677 int arr0_sts_reg;
678 int arr1_sts_reg;
679 int dep_sts_reg;
680 u32 rx_filters;
681 u32 cc_shift;
682 u32 cc_mult;
683 u32 cc_mult_num;
684 u32 cc_mult_dem;