Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/base/regmap/
Dregmap.c815 map->format.reg_bytes = DIV_ROUND_UP(config->reg_bits, 8); in __regmap_init()
1684 void *work_val = map->work_buf + map->format.reg_bytes + in _regmap_raw_write_impl()
1759 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl()
1802 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl()
1811 map->format.reg_bytes + in _regmap_raw_write_impl()
1817 map->format.reg_bytes + in _regmap_raw_write_impl()
1841 map->format.reg_bytes + in _regmap_raw_write_impl()
1846 map->format.reg_bytes + in _regmap_raw_write_impl()
1854 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1859 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl()
[all …]
Dinternal.h32 size_t reg_bytes; member
/linux-6.1.9/drivers/nvmem/
Dlpc18xx_eeprom.c49 unsigned reg_bytes; member
211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()