HomeSort by relevance Sort by last modified time
    Searched defs:CONFIG_SYS_I2C_RTC_ADDR (Results 1 - 25 of 45) sorted by null

1 2

  /external/u-boot/drivers/rtc/
max6900.c 20 #ifndef CONFIG_SYS_I2C_RTC_ADDR
21 #define CONFIG_SYS_I2C_RTC_ADDR 0x50
28 return (i2c_reg_read (CONFIG_SYS_I2C_RTC_ADDR, reg));
33 i2c_reg_write (CONFIG_SYS_I2C_RTC_ADDR, reg, val);
rs5c372.c 43 #ifndef CONFIG_SYS_I2C_RTC_ADDR
44 #define CONFIG_SYS_I2C_RTC_ADDR 0x32
67 ret = i2c_read(CONFIG_SYS_I2C_RTC_ADDR, 0, 0, buf, len);
107 ret = i2c_write(CONFIG_SYS_I2C_RTC_ADDR, 0, 0, buf, RS5C372_RAM_SIZE+1);
208 ret = i2c_read(CONFIG_SYS_I2C_RTC_ADDR, 0, 0, buf, 1);
237 ret = i2c_write(CONFIG_SYS_I2C_RTC_ADDR, 0, 0, buf, 8);
ds1374.c 34 #ifndef CONFIG_SYS_I2C_RTC_ADDR
35 # define CONFIG_SYS_I2C_RTC_ADDR 0x68
199 return (i2c_reg_read (CONFIG_SYS_I2C_RTC_ADDR, reg));
205 val |= i2c_reg_read (CONFIG_SYS_I2C_RTC_ADDR, reg);
206 i2c_reg_write (CONFIG_SYS_I2C_RTC_ADDR, reg, val);
208 val = i2c_reg_read (CONFIG_SYS_I2C_RTC_ADDR, reg) & ~val;
209 i2c_reg_write (CONFIG_SYS_I2C_RTC_ADDR, reg, val);
215 i2c_reg_write (CONFIG_SYS_I2C_RTC_ADDR, reg, val);
rx8025.c 28 #ifndef CONFIG_SYS_I2C_RTC_ADDR
29 # define CONFIG_SYS_I2C_RTC_ADDR 0x32
86 if (i2c_read(CONFIG_SYS_I2C_RTC_ADDR, 0, 0, buf, 16))
172 if (i2c_read(CONFIG_SYS_I2C_RTC_ADDR, 0, 0, buf, 16))
189 if (i2c_write(CONFIG_SYS_I2C_RTC_ADDR, 0, 0, buf, 2) != 0)
ds1307.c 66 #ifndef CONFIG_SYS_I2C_RTC_ADDR
67 # define CONFIG_SYS_I2C_RTC_ADDR 0x68
198 return (i2c_reg_read (CONFIG_SYS_I2C_RTC_ADDR, reg));
204 i2c_reg_write (CONFIG_SYS_I2C_RTC_ADDR, reg, val);
rx8010sj.c 35 #ifndef CONFIG_SYS_I2C_RTC_ADDR
36 # define CONFIG_SYS_I2C_RTC_ADDR 0x32
315 .chip = CONFIG_SYS_I2C_RTC_ADDR,
324 .chip = CONFIG_SYS_I2C_RTC_ADDR,
333 .chip = CONFIG_SYS_I2C_RTC_ADDR,
342 .chip = CONFIG_SYS_I2C_RTC_ADDR,
  /external/u-boot/include/configs/
tqma6_wru4.h 29 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
ls1012aqds.h 58 #define CONFIG_SYS_I2C_RTC_ADDR 0x51 /* Channel 3*/
pcm052.h 65 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
aristainetos-common.h 185 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
ethernut5.h 110 #define CONFIG_SYS_I2C_RTC_ADDR 0x51
mx53ppd.h 58 #define CONFIG_SYS_I2C_RTC_ADDR 0x30
ge_bx50v3.h 222 #define CONFIG_SYS_I2C_RTC_ADDR 0x32
mcx.h 82 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
x600.h 82 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
MPC8308RDB.h 338 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
TQM834x.h 179 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
socrates.h 197 #define CONFIG_SYS_I2C_RTC_ADDR 0x32 /* at address 0x32 */
MPC8313ERDB.h 414 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
MPC8315ERDB.h 308 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
MPC832XEMDS.h 308 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
MPC8349EMDS.h 420 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
MPC8349ITX.h 93 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* I2C1, DS1339 RTC*/
MPC837XEMDS.h 324 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
MPC837XERDB.h 350 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */

Completed in 1011 milliseconds

1 2