Searched refs:master_ref_clk_hz (Results 1 – 1 of 1) sorted by relevance
100 unsigned long master_ref_clk_hz; member1222 const unsigned int ref_clk_hz = cqspi->master_ref_clk_hz; in cqspi_delay()1252 const unsigned int ref_clk_hz = cqspi->master_ref_clk_hz; in cqspi_config_baudrate_div()1909 cqspi->master_ref_clk_hz = clk_get_rate(cqspi->clks[CLK_QSPI_REF].clk); in cqspi_probe()1911 host->max_speed_hz = cqspi->master_ref_clk_hz; in cqspi_probe()1913 host->max_speed_hz = cqspi->master_ref_clk_hz / 2; in cqspi_probe()1914 host->min_speed_hz = cqspi->master_ref_clk_hz / 32; in cqspi_probe()1923 cqspi->master_ref_clk_hz); in cqspi_probe()