Lines Matching defs:mv88e6xxx_ptp_ops
569 struct mv88e6xxx_ptp_ops { struct
570 u64 (*clock_read)(const struct cyclecounter *cc);
571 int (*ptp_enable)(struct ptp_clock_info *ptp,
573 int (*ptp_verify)(struct ptp_clock_info *ptp, unsigned int pin,
575 void (*event_work)(struct work_struct *ugly);
576 int (*port_enable)(struct mv88e6xxx_chip *chip, int port);
577 int (*port_disable)(struct mv88e6xxx_chip *chip, int port);
578 int (*global_enable)(struct mv88e6xxx_chip *chip);
579 int (*global_disable)(struct mv88e6xxx_chip *chip);
580 int n_ext_ts;
581 int arr0_sts_reg;
582 int arr1_sts_reg;
583 int dep_sts_reg;
584 u32 rx_filters;
585 u32 cc_shift;
586 u32 cc_mult;
587 u32 cc_mult_num;
588 u32 cc_mult_dem;