Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
Dtps6594-i2c.c109 const u8 *reg_bytes = reg_buf; in tps6594_i2c_read() local
111 const u8 page = reg_bytes[1]; in tps6594_i2c_read()
112 u8 reg = reg_bytes[0]; in tps6594_i2c_read()
/Linux-v6.6/drivers/base/regmap/
Dregmap.c761 map->format.reg_bytes = DIV_ROUND_UP(config->reg_bits, 8); in __regmap_init()
1602 void *work_val = map->work_buf + map->format.reg_bytes + in _regmap_raw_write_impl()
1676 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl()
1719 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl()
1728 map->format.reg_bytes + in _regmap_raw_write_impl()
1734 map->format.reg_bytes + in _regmap_raw_write_impl()
1758 map->format.reg_bytes + in _regmap_raw_write_impl()
1763 map->format.reg_bytes + in _regmap_raw_write_impl()
1771 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1776 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl()
[all …]
Dinternal.h32 size_t reg_bytes; member
/Linux-v6.6/drivers/nvmem/
Dlpc18xx_eeprom.c49 unsigned reg_bytes; member
211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()