Lines Matching defs:mv88e6xxx_ptp_ops
622 struct mv88e6xxx_ptp_ops { struct
623 u64 (*clock_read)(const struct cyclecounter *cc);
624 int (*ptp_enable)(struct ptp_clock_info *ptp,
626 int (*ptp_verify)(struct ptp_clock_info *ptp, unsigned int pin,
628 void (*event_work)(struct work_struct *ugly);
629 int (*port_enable)(struct mv88e6xxx_chip *chip, int port);
630 int (*port_disable)(struct mv88e6xxx_chip *chip, int port);
631 int (*global_enable)(struct mv88e6xxx_chip *chip);
632 int (*global_disable)(struct mv88e6xxx_chip *chip);
633 int n_ext_ts;
634 int arr0_sts_reg;
635 int arr1_sts_reg;
636 int dep_sts_reg;
637 u32 rx_filters;
638 u32 cc_shift;
639 u32 cc_mult;
640 u32 cc_mult_num;
641 u32 cc_mult_dem;