Home
last modified time | relevance | path

Searched refs:rm_field (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/core/
A Dregmap.c592 rm_field->regmap = regmap; in regmap_field_init()
593 rm_field->reg = reg_field.reg; in regmap_field_init()
594 rm_field->shift = reg_field.lsb; in regmap_field_init()
602 struct regmap_field *rm_field = devm_kzalloc(dev, sizeof(*rm_field), in devm_regmap_field_alloc() local
604 if (!rm_field) in devm_regmap_field_alloc()
607 regmap_field_init(rm_field, regmap, reg_field); in devm_regmap_field_alloc()
609 return rm_field; in devm_regmap_field_alloc()
620 struct regmap_field *rm_field = kzalloc(sizeof(*rm_field), GFP_KERNEL); in regmap_field_alloc() local
622 if (!rm_field) in regmap_field_alloc()
625 regmap_field_init(rm_field, regmap, reg_field); in regmap_field_alloc()
[all …]

Completed in 4 milliseconds