Searched defs:mux_config (Results 1 – 3 of 3) sorted by relevance
14 struct mux_config { struct15 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;
1390 const struct i801_mux_config *mux_config; in i801_add_mux() local1445 const struct i801_mux_config *mux_config; in i801_get_adapter_class() local
87 void __iomem *mux_config; member