Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgsc.c23 int gsc_i2c_read(uchar chip, uint addr, int alen, uchar *buf, int len) in gsc_i2c_read() function
69 if (gsc_i2c_read(GSC_HWMON_ADDR, reg, 1, buf, size)) { in read_hwmon()
87 if (gsc_i2c_read(GSC_SC_ADDR, 0, 1, buf, 16)) in gsc_info()
100 if (!gsc_i2c_read(GSC_HWMON_ADDR, GSC_HWMON_TEMP, 1, buf, 2)) { in gsc_info()
169 if (!gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, &reg, 1)) { in gsc_boot_wd_disable()
204 if (gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, &reg, 1)) in do_gsc_sleep()
234 if (gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, &reg, 1)) in do_gsc_wd()
248 if (gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, &reg, 1)) in do_gsc_wd()
H A Dgsc.h66 int gsc_i2c_read(uchar chip, uint addr, int alen, uchar *buf, int len);
H A Deeprom.c42 if (gsc_i2c_read(GSC_EEPROM_ADDR, 0x00, 1, buf, sizeof(*info))) { in read_eeprom()
H A Dgw_ventana_spl.c767 gsc_i2c_read(0x50, 0x0, 1, &ret, 1); in spl_start_uboot()
H A Dgw_ventana.c711 if (!gsc_i2c_read(GSC_RTC_ADDR, 0x00, 1, buf, 4)) { in checkboard()