Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/regmap/
H A Dinternal.h224 struct regmap_field { struct
225 struct regmap *regmap;
226 unsigned int mask;
228 unsigned int shift;
229 unsigned int reg;
231 unsigned int id_size;
232 unsigned int id_offset;
/openbmc/linux/drivers/cpufreq/
H A Dsti-cpufreq.c111 struct regmap_field *regmap_field; in sti_cpufreq_fetch_regmap_field() local
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c76 struct regmap_field *regmap_field; member