Home
last modified time | relevance | path

Searched refs:clk_period_ps (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/memory/samsung/
A Dexynos5422-dmc.c1038 u32 clk_period_ps) in create_timings_aligned() argument
1043 if (clk_period_ps == 0) in create_timings_aligned()
1050 val = dmc->timings->tRFC / clk_period_ps; in create_timings_aligned()
1074 val = dmc->timings->tRC / clk_period_ps; in create_timings_aligned()
1093 val = dmc->timings->tWR / clk_period_ps; in create_timings_aligned()
1117 val = dmc->timings->tWL / clk_period_ps; in create_timings_aligned()
1129 val = dmc->timings->tRL / clk_period_ps; in create_timings_aligned()
1148 val = dmc->timings->tXP / clk_period_ps; in create_timings_aligned()
1180 u32 freq_mhz, clk_period_ps; in of_get_dram_timings() local
1222 clk_period_ps = 1000000 / freq_mhz; in of_get_dram_timings()
[all …]
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_calendar.c287 u32 taxi_bw, clk_period_ps; in sparx5_dsm_calendar_calc() local
289 clk_period_ps = sparx5_clk_period(sparx5->coreclock); in sparx5_dsm_calendar_calc()
290 taxi_bw = 128 * 1000000 / clk_period_ps; in sparx5_dsm_calendar_calc()
291 slow_mode = !!(clk_period_ps > 2000); in sparx5_dsm_calendar_calc()
365 (adjusted_speed * clk_period_ps); in sparx5_dsm_calendar_calc()
A Dsparx5_port.c601 u32 clk_period_ps = 1600; /* 625Mhz for now */ in sparx5_port_fwd_urg() local
623 return urg / clk_period_ps - 1; in sparx5_port_fwd_urg()
/linux/drivers/mmc/host/
A Dsdhci-of-aspeed.c167 u64 clk_period_ps; in aspeed_sdhci_phase_to_tap() local
184 clk_period_ps = div_u64(PICOSECONDS_PER_SECOND, (u64)rate_hz); in aspeed_sdhci_phase_to_tap()
185 phase_period_ps = div_u64((u64)phase_deg * clk_period_ps, 360ULL); in aspeed_sdhci_phase_to_tap()

Completed in 14 milliseconds