Searched defs:regmap_field (Results 1 – 6 of 6) sorted by relevance
210 struct regmap_field { struct211 struct regmap *regmap;212 unsigned int mask;214 unsigned int shift;215 unsigned int reg;217 unsigned int id_size;218 unsigned int id_offset;
223 struct regmap_field { struct224 struct regmap *regmap;225 unsigned int mask;227 unsigned int shift;228 unsigned int reg;230 unsigned int id_size;231 unsigned int id_offset;
111 struct regmap_field *regmap_field; in sti_cpufreq_fetch_regmap_field() local
76 struct regmap_field *regmap_field; member