Searched refs:fixed_clocks_khz (Results 1 – 2 of 2) sorted by relevance
173 min_table->fixed_clocks_khz.amclk = 0; in build_min_clock_table()174 min_table->fixed_clocks_khz.dprefclk = soc_bb->dprefclk_mhz * 1000; in build_min_clock_table()175 min_table->fixed_clocks_khz.pcierefclk = soc_bb->pcie_refclk_mhz * 1000; in build_min_clock_table()176 min_table->fixed_clocks_khz.dchubrefclk = soc_bb->dchub_refclk_mhz * 1000; in build_min_clock_table()177 min_table->fixed_clocks_khz.xtalclk = soc_bb->xtalclk_mhz * 1000; in build_min_clock_table()
47 } fixed_clocks_khz; member