Lines Matching refs:max_hz
50 unsigned int max_hz; member
97 unsigned int max_hz = mxcs->max_hz; in spi_cfg_mxc() local
102 div = DIV_ROUND_UP(clk_src, max_hz); in spi_cfg_mxc()
106 max_hz, div, clk_src / (4 << div)); in spi_cfg_mxc()
137 unsigned int max_hz = mxcs->max_hz; in spi_cfg_mxc() local
150 if (clk_src > max_hz) { in spi_cfg_mxc()
151 pre_div = (clk_src - 1) / max_hz; in spi_cfg_mxc()
158 max_hz); in spi_cfg_mxc()
439 unsigned int max_hz, unsigned int mode) in spi_setup_slave() argument
447 if (max_hz == 0) { in spi_setup_slave()
467 mxcs->max_hz = max_hz; in spi_setup_slave()
517 mxcs->max_hz = fdtdec_get_int(blob, node, "spi-max-frequency", in mxc_spi_probe()