Lines Matching refs:mchp_rds_ptp_clock

6 static int mchp_rds_phy_read_mmd(struct mchp_rds_ptp_clock *clock,  in mchp_rds_phy_read_mmd()
18 static int mchp_rds_phy_write_mmd(struct mchp_rds_ptp_clock *clock, in mchp_rds_phy_write_mmd()
31 static int mchp_rds_phy_modify_mmd(struct mchp_rds_ptp_clock *clock, in mchp_rds_phy_modify_mmd()
44 static int mchp_rds_phy_set_bits_mmd(struct mchp_rds_ptp_clock *clock, in mchp_rds_phy_set_bits_mmd()
105 static int mchp_general_event_config(struct mchp_rds_ptp_clock *clock, in mchp_general_event_config()
124 static int mchp_set_clock_reload(struct mchp_rds_ptp_clock *clock, in mchp_set_clock_reload()
156 static int mchp_set_clock_target(struct mchp_rds_ptp_clock *clock, in mchp_set_clock_target()
185 static int mchp_rds_ptp_perout_off(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_perout_off()
208 static bool mchp_get_event(struct mchp_rds_ptp_clock *clock, int pin) in mchp_get_event()
221 struct mchp_rds_ptp_clock *clock = container_of(ptpci, in mchp_rds_ptp_perout()
222 struct mchp_rds_ptp_clock, in mchp_rds_ptp_perout()
272 struct mchp_rds_ptp_clock *clock = container_of(ptpci, in mchp_rds_ptpci_verify()
273 struct mchp_rds_ptp_clock, in mchp_rds_ptpci_verify()
290 static int mchp_rds_ptp_flush_fifo(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_flush_fifo()
313 static int mchp_rds_ptp_config_intr(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_config_intr()
325 struct mchp_rds_ptp_clock *clock = container_of(mii_ts, in mchp_rds_ptp_txtstamp()
326 struct mchp_rds_ptp_clock, in mchp_rds_ptp_txtstamp()
368 static bool mchp_rds_ptp_match_skb(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_match_skb()
401 static void mchp_rds_ptp_match_rx_ts(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_match_rx_ts()
418 static void mchp_rds_ptp_match_rx_skb(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_match_rx_skb()
457 struct mchp_rds_ptp_clock *clock = container_of(mii_ts, in mchp_rds_ptp_rxtstamp()
458 struct mchp_rds_ptp_clock, in mchp_rds_ptp_rxtstamp()
483 struct mchp_rds_ptp_clock *clock = in mchp_rds_ptp_hwtstamp()
484 container_of(mii_ts, struct mchp_rds_ptp_clock, in mchp_rds_ptp_hwtstamp()
597 struct mchp_rds_ptp_clock *clock = container_of(mii_ts, in mchp_rds_ptp_ts_info()
598 struct mchp_rds_ptp_clock, in mchp_rds_ptp_ts_info()
620 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_adjtime()
621 struct mchp_rds_ptp_clock, in mchp_rds_ptp_ltc_adjtime()
734 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_adjfine()
735 struct mchp_rds_ptp_clock, in mchp_rds_ptp_ltc_adjfine()
778 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_gettime64()
779 struct mchp_rds_ptp_clock, in mchp_rds_ptp_ltc_gettime64()
841 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_settime64()
842 struct mchp_rds_ptp_clock, in mchp_rds_ptp_ltc_settime64()
909 static void mchp_rds_ptp_match_tx_skb(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_match_tx_skb()
939 *mchp_rds_ptp_get_rx_ts(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_get_rx_ts()
991 static void mchp_rds_ptp_process_rx_ts(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_process_rx_ts()
1009 static bool mchp_rds_ptp_get_tx_ts(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_get_tx_ts()
1050 static void mchp_rds_ptp_process_tx_ts(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_process_tx_ts()
1068 int mchp_rds_ptp_top_config_intr(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_top_config_intr()
1080 irqreturn_t mchp_rds_ptp_handle_interrupt(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_handle_interrupt()
1116 static int mchp_rds_ptp_init(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_init()
1219 struct mchp_rds_ptp_clock *mchp_rds_ptp_probe(struct phy_device *phydev, u8 mmd, in mchp_rds_ptp_probe()
1223 struct mchp_rds_ptp_clock *clock; in mchp_rds_ptp_probe()