Searched defs:mux_config (Results 1 – 3 of 3) sorted by relevance
16 struct mux_config { struct17 const char *name;18 const char *mux_reg_name;19 const unsigned char mux_reg;20 const unsigned char mask_offset;21 const unsigned char mask;22 const unsigned char mode;23 bool debug;
1394 const struct i801_mux_config *mux_config; in i801_add_mux() local1449 const struct i801_mux_config *mux_config; in i801_get_adapter_class() local
87 void __iomem *mux_config; member