Searched refs:format_write (Results 1 – 2 of 2) sorted by relevance
135 if (map->format.format_write) in regmap_readable()149 if (!map->format.format_write && !regmap_readable(map, reg)) in regmap_volatile()912 map->format.format_write = regmap_format_2_6_write; in __regmap_init()922 map->format.format_write = regmap_format_4_12_write; in __regmap_init()932 map->format.format_write = regmap_format_7_9_write; in __regmap_init()935 map->format.format_write = regmap_format_7_17_write; in __regmap_init()945 map->format.format_write = regmap_format_10_14_write; in __regmap_init()955 map->format.format_write = regmap_format_12_20_write; in __regmap_init()1113 if (map->format.format_write) { in __regmap_init()1120 if (!map->format.format_write && in __regmap_init()[all …]
36 void (*format_write)(struct regmap *map, member