Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/base/regmap/
Dinternal.h220 struct regmap_field { struct
221 struct regmap *regmap;
222 unsigned int mask;
224 unsigned int shift;
225 unsigned int reg;
227 unsigned int id_size;
228 unsigned int id_offset;
/linux-5.19.10/drivers/cpufreq/
Dsti-cpufreq.c111 struct regmap_field *regmap_field; in sti_cpufreq_fetch_regmap_field() local
/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sun8i.c75 struct regmap_field *regmap_field; member