Lines Matching defs: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() local
272 struct mchp_rds_ptp_clock *clock = container_of(ptpci, in mchp_rds_ptpci_verify() local
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() local
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() local
483 struct mchp_rds_ptp_clock *clock = in mchp_rds_ptp_hwtstamp() local
597 struct mchp_rds_ptp_clock *clock = container_of(mii_ts, in mchp_rds_ptp_ts_info() local
620 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_adjtime() local
734 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_adjfine() local
778 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_gettime64() local
841 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_settime64() local
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()
1223 struct mchp_rds_ptp_clock *clock; in mchp_rds_ptp_probe() local