Searched refs:mux_id (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/clk/stm32/
H A Dclk-stm32-core.h239 int mux_id; member in struct:stm32_clk_composite_cfg
252 .mux_id = _mux_id, \
268 .mux_id = NO_STM32_MUX, \
H A Dclk-stm32-core.c194 if (composite->mux_id != NO_STM32_MUX) {
201 mux_cfg = &data->muxes[composite->mux_id];
/u-boot/drivers/i2c/
H A Di2c_core.c55 * mux_id is the multiplexer chip type from defined in i2c.h. So far only
60 static int i2c_mux_set(struct i2c_adapter *adap, int mux_id, int chip, argument
75 switch (mux_id) {
98 printf("%s: wrong mux id: %d\n", __func__, mux_id);
105 __func__, mux_id, chip, channel);

Completed in 49 milliseconds