Lines Matching refs:max_hz
52 unsigned int max_hz; member
117 unsigned int max_hz = mxcs->max_hz; in spi_cfg_mxc() local
122 div = DIV_ROUND_UP(clk_src, max_hz); in spi_cfg_mxc()
126 max_hz, div, clk_src / (4 << div)); in spi_cfg_mxc()
157 unsigned int max_hz = mxcs->max_hz; in spi_cfg_mxc() local
170 if (clk_src > max_hz) { in spi_cfg_mxc()
171 pre_div = (clk_src - 1) / max_hz; in spi_cfg_mxc()
178 max_hz); in spi_cfg_mxc()
455 unsigned int max_hz, unsigned int mode) in spi_setup_slave() argument
463 if (max_hz == 0) { in spi_setup_slave()
483 mxcs->max_hz = max_hz; in spi_setup_slave()
540 mxcs->max_hz = fdtdec_get_int(blob, node, "spi-max-frequency", in mxc_spi_probe()