Home
last modified time | relevance | path

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

/linux/drivers/base/regmap/
H A Dregmap-fsi.c163 switch (regmap_get_val_endian(&fsi_dev->dev, NULL, config)) { in regmap_get_fsi_bus()
182 switch (regmap_get_val_endian(&fsi_dev->dev, NULL, config)) { in regmap_get_fsi_bus()
H A Dregmap-i2c.c327 switch (regmap_get_val_endian(&i2c->dev, NULL, config)) { in regmap_get_i2c_bus()
H A Dregmap-mmio.c441 switch (regmap_get_val_endian(dev, &regmap_mmio, config)) { in regmap_mmio_gen_context()
H A Dregmap.c638 enum regmap_endian regmap_get_val_endian(struct device *dev, in regmap_get_val_endian() function
675 EXPORT_SYMBOL_GPL(regmap_get_val_endian);
866 val_endian = regmap_get_val_endian(dev, bus, config); in __regmap_init()