Searched refs:coreclock (Results 1 – 9 of 9) sorted by relevance
480 enum sparx5_core_clockfreq freq = sparx5->coreclock; in sparx5_init_coreclock()489 if (sparx5->coreclock == SPX5_CORE_CLOCK_DEFAULT) in sparx5_init_coreclock()491 else if (sparx5->coreclock != SPX5_CORE_CLOCK_250MHZ) in sparx5_init_coreclock()497 if (sparx5->coreclock == SPX5_CORE_CLOCK_DEFAULT) in sparx5_init_coreclock()499 else if (sparx5->coreclock != SPX5_CORE_CLOCK_500MHZ) in sparx5_init_coreclock()504 if (sparx5->coreclock == SPX5_CORE_CLOCK_DEFAULT) in sparx5_init_coreclock()510 if (sparx5->coreclock == SPX5_CORE_CLOCK_DEFAULT) in sparx5_init_coreclock()516 if (sparx5->coreclock == SPX5_CORE_CLOCK_DEFAULT) in sparx5_init_coreclock()558 sparx5->coreclock, sparx5->target_ct); in sparx5_init_coreclock()581 sparx5->coreclock = freq; in sparx5_init_coreclock()[all …]
165 max_core_bw = sparx5_clk_to_bandwidth(sparx5->coreclock); in sparx5_config_auto_calendar()285 clk_period_ps = sparx5_clk_period(sparx5->coreclock); in sparx5_dsm_calendar_calc()
35 switch (sparx5->coreclock) { in sparx5_ptp_get_1ppm()60 switch (sparx5->coreclock) { in sparx5_ptp_get_nominal_value()
33 (sparx5_clk_period(sparx5->coreclock) / 100); in sparx5_sdlb_clk_hz_get()
379 enum sparx5_core_clockfreq coreclock; member
472 u32 sys_clk = sparx5_clk_period(sparx5->coreclock); in sparx5_port_fifo_sz()
86 taxi_bw = (128 * 1000000) / sparx5_clk_period(sparx5->coreclock); in lan969x_dsm_calendar_calc()
77 unsigned long coreclock; member
2219 u32 freq = priv->coreclock == 250000000 ? 2 : in sparx5_serdes_clock_config()2220 priv->coreclock == 500000000 ? 1 : 0; in sparx5_serdes_clock_config()2689 priv->coreclock = clock; in sparx5_serdes_probe()
Completed in 35 milliseconds