Searched refs:reg_bytes (Results 1 – 5 of 5) sorted by relevance
109 const u8 *reg_bytes = reg_buf; in tps6594_i2c_read() local111 const u8 page = reg_bytes[1]; in tps6594_i2c_read()112 u8 reg = reg_bytes[0]; in tps6594_i2c_read()
158 UINT8 *reg_bytes = (UINT8 *)(context_structure + 8); in generate_ia32x64_context_structure() local159 UINT32 *reserved = (UINT32 *)(reg_bytes + 140); in generate_ia32x64_context_structure()
773 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 …]
32 size_t reg_bytes; member
49 unsigned reg_bytes; member211 eeprom->reg_bytes = 4; in lpc18xx_eeprom_probe()