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
276 struct mchp_rds_ptp_clock *clock = container_of(ptpci, in mchp_rds_ptpci_verify() local
294 static int mchp_rds_ptp_flush_fifo(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_flush_fifo()
317 static int mchp_rds_ptp_config_intr(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_config_intr()
329 struct mchp_rds_ptp_clock *clock = container_of(mii_ts, in mchp_rds_ptp_txtstamp() local
372 static bool mchp_rds_ptp_match_skb(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_match_skb()
405 static void mchp_rds_ptp_match_rx_ts(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_match_rx_ts()
422 static void mchp_rds_ptp_match_rx_skb(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_match_rx_skb()
461 struct mchp_rds_ptp_clock *clock = container_of(mii_ts, in mchp_rds_ptp_rxtstamp() local
487 struct mchp_rds_ptp_clock *clock = in mchp_rds_ptp_hwtstamp() local
601 struct mchp_rds_ptp_clock *clock = container_of(mii_ts, in mchp_rds_ptp_ts_info() local
624 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_adjtime() local
738 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_adjfine() local
782 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_gettime64() local
845 struct mchp_rds_ptp_clock *clock = container_of(info, in mchp_rds_ptp_ltc_settime64() local
913 static void mchp_rds_ptp_match_tx_skb(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_match_tx_skb()
943 *mchp_rds_ptp_get_rx_ts(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_get_rx_ts()
995 static void mchp_rds_ptp_process_rx_ts(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_process_rx_ts()
1013 static bool mchp_rds_ptp_get_tx_ts(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_get_tx_ts()
1054 static void mchp_rds_ptp_process_tx_ts(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_process_tx_ts()
1072 int mchp_rds_ptp_top_config_intr(struct mchp_rds_ptp_clock *clock, in mchp_rds_ptp_top_config_intr()
1084 irqreturn_t mchp_rds_ptp_handle_interrupt(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_handle_interrupt()
1120 static int mchp_rds_ptp_init(struct mchp_rds_ptp_clock *clock) in mchp_rds_ptp_init()
1227 struct mchp_rds_ptp_clock *clock; in mchp_rds_ptp_probe() local