Searched refs:reg_bytes (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | tps6594-i2c.c | 109 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()
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap.c | 789 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() 1700 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl() 1743 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl() 1752 map->format.reg_bytes + in _regmap_raw_write_impl() 1758 map->format.reg_bytes + in _regmap_raw_write_impl() 1782 map->format.reg_bytes + in _regmap_raw_write_impl() 1787 map->format.reg_bytes + in _regmap_raw_write_impl() 1795 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl() 1800 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl() 2287 size_t reg_bytes = map->format.reg_bytes; _regmap_raw_multi_reg_write() local [all...] |
H A D | internal.h | 32 size_t reg_bytes; member
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap.c | 761 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() 1678 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl() 1721 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl() 1730 map->format.reg_bytes + in _regmap_raw_write_impl() 1736 map->format.reg_bytes + in _regmap_raw_write_impl() 1760 map->format.reg_bytes + in _regmap_raw_write_impl() 1765 map->format.reg_bytes + in _regmap_raw_write_impl() 1773 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl() 1778 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl() 2383 size_t reg_bytes = map->format.reg_bytes; _regmap_raw_multi_reg_write() local [all...] |
H A D | internal.h | 32 size_t reg_bytes; member
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
H A D | lpc18xx_eeprom.c | 49 unsigned reg_bytes; member 211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()
|
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | lpc18xx_eeprom.c | 49 unsigned reg_bytes; member 211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()
|
Completed in 10 milliseconds