Home
last modified time | relevance | path

Searched refs:gsc_i2c_read (Results 1 – 5 of 5) sorted by relevance

/u-boot/board/gateworks/gw_ventana/
A Dgsc.c27 int gsc_i2c_read(uchar chip, uint addr, int alen, uchar *buf, int len) in gsc_i2c_read() function
73 if (gsc_i2c_read(GSC_HWMON_ADDR, reg, 1, buf, size)) { in read_hwmon()
91 if (gsc_i2c_read(GSC_SC_ADDR, 0, 1, buf, 16)) in gsc_info()
104 if (!gsc_i2c_read(GSC_HWMON_ADDR, GSC_HWMON_TEMP, 1, buf, 2)) { in gsc_info()
173 if (!gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, &reg, 1)) { in gsc_boot_wd_disable()
208 if (gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, &reg, 1)) in do_gsc_sleep()
239 if (gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, &reg, 1)) in do_gsc_wd()
253 if (gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, &reg, 1)) in do_gsc_wd()
A Dgsc.h66 int gsc_i2c_read(uchar chip, uint addr, int alen, uchar *buf, int len);
A Deeprom.c45 if (gsc_i2c_read(GSC_EEPROM_ADDR, 0x00, 1, buf, sizeof(*info))) { in read_eeprom()
A Dgw_ventana_spl.c771 gsc_i2c_read(0x50, 0x0, 1, &ret, 1); in spl_start_uboot()
A Dgw_ventana.c717 if (!gsc_i2c_read(GSC_RTC_ADDR, 0x00, 1, buf, 4)) { in checkboard()

Completed in 15 milliseconds