Searched defs:offset_len (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/i2c/ |
A D | i2c-uclass.c | 60 int offset_len = chip->offset_len; in i2c_setup_offset() local 282 static int i2c_bind_driver(struct udevice *bus, uint chip_addr, uint offset_len, in i2c_bind_driver() 322 int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len, in i2c_get_chip() 348 int i2c_get_chip_for_busnum(int busnum, int chip_addr, uint offset_len, in i2c_get_chip_for_busnum() 459 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len) in i2c_set_chip_offset_len()
|
/u-boot/drivers/misc/ |
A D | i2c_eeprom_emul.c | 25 int offset_len; /* Length of an offset in bytes */ member 44 void sandbox_i2c_eeprom_set_offset_len(struct udevice *dev, int offset_len) in sandbox_i2c_eeprom_set_offset_len()
|
A D | i2c_eeprom.c | 20 u32 offset_len; /* size in bytes of offset */ member
|
/u-boot/board/CZ.NIC/turris_omnia/ |
A D | turris_omnia.c | 95 uint offset_len) in omnia_get_i2c_chip()
|
/u-boot/include/ |
A D | i2c.h | 99 uint offset_len; member
|
Completed in 19 milliseconds