Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dtps6594-i2c.c114 const u8 *reg_bytes = reg_buf; in tps6594_i2c_read() local
116 const u8 page = reg_bytes[1]; in tps6594_i2c_read()
117 u8 reg = reg_bytes[0]; in tps6594_i2c_read()
/linux/drivers/base/regmap/
H A Dregmap.c778 map->format.reg_bytes = BITS_TO_BYTES(config->reg_bits); in __regmap_init()
1621 void *work_val = map->work_buf + map->format.reg_bytes + in _regmap_raw_write_impl()
1697 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl()
1740 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl()
1749 map->format.reg_bytes + in _regmap_raw_write_impl()
1755 map->format.reg_bytes + in _regmap_raw_write_impl()
1779 map->format.reg_bytes + in _regmap_raw_write_impl()
1784 map->format.reg_bytes + in _regmap_raw_write_impl()
1792 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1797 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl()
[all …]
/linux/drivers/nvmem/
H A Dlpc18xx_eeprom.c49 unsigned reg_bytes; member
211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()