Searched defs:mux_config (Results 1 – 3 of 3) sorted by relevance
22 struct mux_config { struct23 const char *name;24 const char *mux_reg_name;25 const unsigned char mux_reg;26 const unsigned char mask_offset;27 const unsigned char mask;28 const unsigned char mode;29 bool debug;
1414 const struct i801_mux_config *mux_config; in i801_add_mux() local1469 const struct i801_mux_config *mux_config; in i801_get_adapter_class() local
87 void __iomem *mux_config; member
Completed in 13 milliseconds