Home
last modified time | relevance | path

Searched refs:i2c_read (Results 1 – 14 of 14) sorted by relevance

/arm-trusted-firmware-2.8.0/include/drivers/marvell/
A Di2c.h14 int i2c_read(uint8_t chip,
/arm-trusted-firmware-2.8.0/include/drivers/mentor/
A Dmi2cv.h34 int i2c_read(uint8_t chip,
/arm-trusted-firmware-2.8.0/include/drivers/nxp/i2c/
A Di2c.h46 int i2c_read(unsigned char chip, int addr, int alen,
/arm-trusted-firmware-2.8.0/include/drivers/brcm/i2c/
A Di2c.h128 int i2c_read(uint32_t bus_id,
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a80x0_mcbin/board/
A Ddram_port.c128 i2c_read(I2C_SPD_ADDR, 0x0, 1, tm->spd_data.all_bytes, in plat_marvell_dram_update_topology()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a80x0/board/
A Ddram_port.c144 i2c_read(I2C_SPD_ADDR, 0x0, 1, tm->spd_data.all_bytes, in plat_marvell_dram_update_topology()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a80x0_puzzle/board/
A Ddram_port.c137 i2c_read(I2C_SPD_ADDR, 0x0, 1, tm->spd_data.all_bytes, in plat_marvell_dram_update_topology()
/arm-trusted-firmware-2.8.0/plat/marvell/octeontx/otx2/t91/t9130/board/
A Ddram_port.c155 i2c_read(I2C_SPD_ADDR, 0x0, 1, tm->spd_data.all_bytes, in plat_marvell_dram_update_topology()
/arm-trusted-firmware-2.8.0/drivers/nxp/ddr/nxp-ddr/
A Ddimm.c33 ret = i2c_read(chip, 0, 1, buf, 256); in read_spd()
36 ret = i2c_read(chip, 0, 1, buf + 256, min(256, len - 256)); in read_spd()
/arm-trusted-firmware-2.8.0/drivers/st/i2c/
A Dstm32_i2c.c710 static int i2c_read(struct i2c_handle_s *hi2c, uint16_t dev_addr, in i2c_read() function
843 return i2c_read(hi2c, dev_addr, mem_addr, mem_add_size, in stm32_i2c_mem_read()
861 return i2c_read(hi2c, dev_addr, 0, 0, in stm32_i2c_master_receive()
/arm-trusted-firmware-2.8.0/drivers/nxp/i2c/
A Di2c.c200 int i2c_read(unsigned char chip, int addr, int alen, in i2c_read() function
/arm-trusted-firmware-2.8.0/drivers/mentor/i2c/
A Dmi2cv.c487 int i2c_read(uint8_t chip, uint32_t addr, int alen, uint8_t *buffer, int len) in i2c_read() function
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/common/
A Dplat_ble_setup.c321 i2c_read(AVS_I2C_EEPROM_ADDR, 0x120, 2, avs_step, 3); in avs_update_from_eeprom()
/arm-trusted-firmware-2.8.0/drivers/brcm/i2c/
A Di2c.c720 int i2c_read(uint32_t bus_id, in i2c_read() function

Completed in 18 milliseconds