Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/regmap/
Dregmap.c743 map->format.reg_bytes = DIV_ROUND_UP(config->reg_bits, 8); in __regmap_init()
1455 void *work_val = map->work_buf + map->format.reg_bytes + in _regmap_raw_write_impl()
1524 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl()
1567 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl()
1576 map->format.reg_bytes + in _regmap_raw_write_impl()
1582 map->format.reg_bytes + in _regmap_raw_write_impl()
1606 map->format.reg_bytes + in _regmap_raw_write_impl()
1611 map->format.reg_bytes + in _regmap_raw_write_impl()
1619 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1624 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl()
[all …]
Dinternal.h35 size_t reg_bytes; member
/linux-4.19.296/drivers/nvmem/
Dlpc18xx_eeprom.c52 unsigned reg_bytes; member
214 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()