Searched refs:format_write (Results 1 – 2 of 2) sorted by relevance
99 if (map->format.format_write) in regmap_readable()113 if (!map->format.format_write && !regmap_readable(map, reg)) in regmap_volatile()628 map->format.format_write = regmap_format_2_6_write; in regmap_init()638 map->format.format_write = regmap_format_4_12_write; in regmap_init()648 map->format.format_write = regmap_format_7_9_write; in regmap_init()658 map->format.format_write = regmap_format_10_14_write; in regmap_init()762 if (map->format.format_write) { in regmap_init()769 if (!map->format.format_write && in regmap_init()779 if (map->format.format_write) { in regmap_init()1396 WARN_ON(!map->bus || !map->format.format_write); in _regmap_bus_formatted_write()[all …]
37 void (*format_write)(struct regmap *map, member