Home
last modified time | relevance | path

Searched defs:offset_len (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Di2c-uclass.c48 int 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()
347 int i2c_get_chip_for_busnum(int busnum, int chip_addr, uint offset_len, in i2c_get_chip_for_busnum()
447 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len) in i2c_set_chip_offset_len()
/rk3399_rockchip-uboot/drivers/misc/
H A Di2c_eeprom_emul.c27 int offset_len; /* Length of an offset in bytes */ member
43 void sandbox_i2c_eeprom_set_offset_len(struct udevice *dev, int offset_len) in sandbox_i2c_eeprom_set_offset_len()
/rk3399_rockchip-uboot/include/
H A Di2c.h53 uint offset_len; member