Searched defs:offset_len (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass.c | 55 int offset_len = chip->offset_len; in i2c_setup_offset() local 277 static int i2c_bind_driver(struct udevice *bus, uint chip_addr, uint offset_len, in i2c_bind_driver() 317 int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len, in i2c_get_chip() 343 int i2c_get_chip_for_busnum(int busnum, int chip_addr, uint offset_len, in i2c_get_chip_for_busnum() 454 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len) in i2c_set_chip_offset_len()
|
/openbmc/u-boot/drivers/misc/ |
H A D | i2c_eeprom_emul.c | 24 int offset_len; /* Length of an offset in bytes */ member 40 void sandbox_i2c_eeprom_set_offset_len(struct udevice *dev, int offset_len) in sandbox_i2c_eeprom_set_offset_len()
|
H A D | i2c_eeprom.c | 19 u32 offset_len; /* size in bytes of offset */ member
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | apne.c | 576 int offset_len; in init_pcmcia() local
|
/openbmc/u-boot/include/ |
H A D | i2c.h | 65 uint offset_len; member
|