Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/regmap/
Dregmap.c789 map->format.reg_bytes = DIV_ROUND_UP(config->reg_bits, 8); in __regmap_init()
1623 void *work_val = map->work_buf + map->format.reg_bytes + in _regmap_raw_write_impl()
1698 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl()
1741 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl()
1750 map->format.reg_bytes + in _regmap_raw_write_impl()
1756 map->format.reg_bytes + in _regmap_raw_write_impl()
1780 map->format.reg_bytes + in _regmap_raw_write_impl()
1785 map->format.reg_bytes + in _regmap_raw_write_impl()
1793 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1798 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl()
[all …]
Dinternal.h32 size_t reg_bytes; member
/kernel/linux/linux-5.10/drivers/nvmem/
Dlpc18xx_eeprom.c49 unsigned reg_bytes; member
211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()