Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/regmap/
Dregmap.c768 map->format.reg_bytes = DIV_ROUND_UP(config->reg_bits, 8); in __regmap_init()
1482 void *work_val = map->work_buf + map->format.reg_bytes + in _regmap_raw_write_impl()
1550 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl()
1593 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl()
1602 map->format.reg_bytes + in _regmap_raw_write_impl()
1608 map->format.reg_bytes + in _regmap_raw_write_impl()
1632 map->format.reg_bytes + in _regmap_raw_write_impl()
1637 map->format.reg_bytes + in _regmap_raw_write_impl()
1645 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1650 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl()
[all …]
Dinternal.h32 size_t reg_bytes; member
/Linux-v5.4/drivers/nvmem/
Dlpc18xx_eeprom.c49 unsigned reg_bytes; member
211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()