Home
last modified time | relevance | path

Searched defs:mux_config (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-davinci/
H A Dmux.h14 struct mux_config { struct
15 const char *name;
16 const char *mux_reg_name;
17 const unsigned char mux_reg;
18 const unsigned char mask_offset;
19 const unsigned char mask;
20 const unsigned char mode;
21 bool debug;
/openbmc/linux/drivers/i2c/busses/
H A Di2c-i801.c1392 const struct i801_mux_config *mux_config; in i801_add_mux() local
1449 const struct i801_mux_config *mux_config; in i801_get_adapter_class() local
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_srab.c87 void __iomem *mux_config; member