Home
last modified time | relevance | path

Searched refs:xec_cfg_params (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec_v2.c117 static const struct xec_speed_cfg xec_cfg_params[] = { variable
265 regs->BUSCLK = xec_cfg_params[data->speed_id].bus_clk; in i2c_xec_reset_config()
266 regs->RSHTM = xec_cfg_params[data->speed_id].start_hold_time; in i2c_xec_reset_config()
267 regs->DATATM = xec_cfg_params[data->speed_id].data_timing; in i2c_xec_reset_config()
268 regs->TMOUTSC = xec_cfg_params[data->speed_id].timeout_scale; in i2c_xec_reset_config()
269 regs->IDLSC = xec_cfg_params[data->speed_id].idle_scale; in i2c_xec_reset_config()
Di2c_mchp_xec.c78 static const struct xec_speed_cfg xec_cfg_params[] = { variable
128 MCHP_I2C_SMB_BUS_CLK(ba) = xec_cfg_params[data->speed_id].bus_clk; in i2c_xec_reset_config()
129 MCHP_I2C_SMB_DATA_TM(ba) = xec_cfg_params[data->speed_id].data_timing; in i2c_xec_reset_config()
131 xec_cfg_params[data->speed_id].start_hold_time; in i2c_xec_reset_config()
132 MCHP_I2C_SMB_TMTSC(ba) = xec_cfg_params[data->speed_id].timeout_scale; in i2c_xec_reset_config()