HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_BOOTCOUNT_ADDR (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/bootcount/
bootcount_ext.c 24 buf = map_sysmem(CONFIG_SYS_BOOTCOUNT_ADDR, 2);
30 CONFIG_SYS_BOOTCOUNT_ADDR, 0, 2, &len);
47 ret = fs_read(CONFIG_SYS_BOOTCOUNT_EXT_NAME, CONFIG_SYS_BOOTCOUNT_ADDR,
54 buf = map_sysmem(CONFIG_SYS_BOOTCOUNT_ADDR, 2);
bootcount.c 13 void *reg = (void *)CONFIG_SYS_BOOTCOUNT_ADDR;
25 void *reg = (void *)CONFIG_SYS_BOOTCOUNT_ADDR;
bootcount_davinci.c 17 (struct davinci_rtc *)CONFIG_SYS_BOOTCOUNT_ADDR;
34 (struct davinci_rtc *)CONFIG_SYS_BOOTCOUNT_ADDR;
bootcount_i2c.c 20 ret = i2c_write(CONFIG_SYS_I2C_RTC_ADDR, CONFIG_SYS_BOOTCOUNT_ADDR,
31 ret = i2c_read(CONFIG_SYS_I2C_RTC_ADDR, CONFIG_SYS_BOOTCOUNT_ADDR,
Kconfig 66 CONFIG_SYS_BOOTCOUNT_ADDR = i2c addr which is used for

Completed in 136 milliseconds