Searched refs:reg_bytes (Results 1 – 4 of 4) 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()
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()1676 regmap_set_work_buf_flag_mask(map, map->format.reg_bytes, in _regmap_raw_write_impl()1719 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write_impl()1728 map->format.reg_bytes + in _regmap_raw_write_impl()1734 map->format.reg_bytes + in _regmap_raw_write_impl()1758 map->format.reg_bytes + in _regmap_raw_write_impl()1763 map->format.reg_bytes + in _regmap_raw_write_impl()1771 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()1776 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()