coreboot/src/include/device
Nico Huber 9734af6697 device/i2c_bus: Add i2c_dev_read_at16()
i2c_dev_read_at16() sends a 16-bit offset to the I2C chip (for larger
EEPROM parts), then reads bytes up to a given length into a buffer.

Change-Id: I7516f3e5d9aca362c2b340aa5627d91510c09412
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/29478
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2019-09-30 11:50:16 +00:00
..
dram dram: Add basic DDR4 SPD parsing 2019-08-14 03:35:29 +00:00
azalia.h
azalia_device.h src: Remove unneeded include <arch/interrupt.h> 2019-09-11 14:45:08 +00:00
cardbus.h
device.h device: add commentary to dev_find_slot() 2019-09-27 21:08:24 +00:00
drm_dp_helper.h
early_smbus.h
hypertransport.h
hypertransport_def.h
i2c.h
i2c_bus.h device/i2c_bus: Add i2c_dev_read_at16() 2019-09-30 11:50:16 +00:00
i2c_simple.h
mmio.h device/mmio.h: Add bit field helpers 2019-09-24 10:32:50 +00:00
path.h
pci.h cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ use 2019-09-28 21:18:03 +00:00
pci_def.h
pci_ehci.h src/: Replace some __PRE_RAM__ use 2019-09-14 11:16:17 +00:00
pci_ids.h pci_ids: fix PCI ID for Intel Iris HALO GT4 iGPU 2019-09-30 11:49:07 +00:00
pci_mmio_cfg.h
pci_ops.h device/pci_ops: Add ENV_PCI_SIMPLE_DEVICE 2019-09-29 03:39:06 +00:00
pci_rom.h
pci_type.h
pciexp.h
pcix.h
pnp.h device/pnp_ops: Add ENV_PNP_SIMPLE_DEVICE 2019-09-29 03:39:20 +00:00
pnp_def.h
pnp_ops.h device/pnp_ops: Add ENV_PNP_SIMPLE_DEVICE 2019-09-29 03:39:20 +00:00
pnp_type.h device/pnp_ops: Add ENV_PNP_SIMPLE_DEVICE 2019-09-29 03:39:20 +00:00
resource.h device: Constify dev argument to (probe|find)_resource() 2019-07-31 09:10:28 +00:00
smbus.h
smbus_def.h
spi.h