Searched refs:GSC_SC_ADDR (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/ |
| H A D | gsc.c | 88 if (gsc_i2c_read(GSC_SC_ADDR, 0, 1, buf, 16)) in gsc_info() 98 gsc_i2c_write(GSC_SC_ADDR, GSC_SC_STATUS, 1, in gsc_info() 166 if (!gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, ®, 1)) { in gsc_boot_wd_disable() 168 if (!gsc_i2c_write(GSC_SC_ADDR, GSC_SC_CTRL1, 1, ®, 1)) in gsc_boot_wd_disable() 190 if (gsc_i2c_write(GSC_SC_ADDR, 9, 1, ®, 1)) in do_gsc_sleep() 193 if (gsc_i2c_write(GSC_SC_ADDR, 8, 1, ®, 1)) in do_gsc_sleep() 196 if (gsc_i2c_write(GSC_SC_ADDR, 7, 1, ®, 1)) in do_gsc_sleep() 199 if (gsc_i2c_write(GSC_SC_ADDR, 6, 1, ®, 1)) in do_gsc_sleep() 201 if (gsc_i2c_read(GSC_SC_ADDR, GSC_SC_CTRL1, 1, ®, 1)) in do_gsc_sleep() 204 if (gsc_i2c_write(GSC_SC_ADDR, GSC_SC_CTRL1, 1, ®, 1)) in do_gsc_sleep() [all …]
|
| H A D | gsc.h | 12 #define GSC_SC_ADDR 0x20 macro
|