Home
last modified time | relevance | path

Searched refs:software_i2c_wedge_read (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/device/
H A Di2c_simple.h27 void software_i2c_wedge_read(unsigned int bus, u8 slave, u8 reg, int bit_count);
/aosp_15_r20/external/coreboot/src/device/
H A Dsoftware_i2c.c284 void software_i2c_wedge_read(unsigned int bus, u8 chip, u8 reg, int bits) in software_i2c_wedge_read() function