Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dtps6594-i2c.c109 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()
/openbmc/libcper/generator/sections/
H A Dgen-section-ia32x64.c158 UINT8 *reg_bytes = (UINT8 *)(context_structure + 8); in generate_ia32x64_context_structure() local
159 UINT32 *reserved = (UINT32 *)(reg_bytes + 140); in generate_ia32x64_context_structure()
/openbmc/linux/drivers/base/regmap/
H A Dregmap.c773 map->format.reg_bytes = DIV_ROUND_UP(config->reg_bits, 8); in __regmap_init()
1615 void *work_val = map->work_buf + map->format.reg_bytes + in _regmap_raw_write_impl()
1691 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl()
1734 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl()
1743 map->format.reg_bytes + in _regmap_raw_write_impl()
1749 map->format.reg_bytes + in _regmap_raw_write_impl()
1773 map->format.reg_bytes + in _regmap_raw_write_impl()
1778 map->format.reg_bytes + in _regmap_raw_write_impl()
1786 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1791 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write_impl()
[all …]
H A Dinternal.h32 size_t reg_bytes; member
/openbmc/linux/drivers/nvmem/
H A Dlpc18xx_eeprom.c49 unsigned reg_bytes; member
211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()