Searched refs:xec_cfg_params (Results 1 – 2 of 2) sorted by relevance
117 static const struct xec_speed_cfg xec_cfg_params[] = { variable265 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()
78 static const struct xec_speed_cfg xec_cfg_params[] = { variable128 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()