Lines Matching defs:mv88e6xxx_ptp_ops
697 struct mv88e6xxx_ptp_ops { struct
698 u64 (*clock_read)(const struct cyclecounter *cc);
699 int (*ptp_enable)(struct ptp_clock_info *ptp,
701 int (*ptp_verify)(struct ptp_clock_info *ptp, unsigned int pin,
703 void (*event_work)(struct work_struct *ugly);
704 int (*port_enable)(struct mv88e6xxx_chip *chip, int port);
705 int (*port_disable)(struct mv88e6xxx_chip *chip, int port);
706 int (*global_enable)(struct mv88e6xxx_chip *chip);
707 int (*global_disable)(struct mv88e6xxx_chip *chip);
708 int n_ext_ts;
709 int arr0_sts_reg;
710 int arr1_sts_reg;
711 int dep_sts_reg;
712 u32 rx_filters;
713 u32 cc_shift;
714 u32 cc_mult;
715 u32 cc_mult_num;
716 u32 cc_mult_dem;