Searched refs:CONFIG_SYS_BOOTCOUNT_ADDR (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/bootcount/ |
| H A D | bootcount.c | 15 #if !defined(CONFIG_SYS_BOOTCOUNT_ADDR) 19 #define CONFIG_SYS_BOOTCOUNT_ADDR (CONFIG_SYS_IMMR + 0x110000 + \ macro 26 #if defined(CONFIG_SYS_BOOTCOUNT_ADDR) 29 void *reg = (void *)CONFIG_SYS_BOOTCOUNT_ADDR; in bootcount_store() 41 void *reg = (void *)CONFIG_SYS_BOOTCOUNT_ADDR; in bootcount_load()
|
| H A D | bootcount_ext.c | 25 buf = map_sysmem(CONFIG_SYS_BOOTCOUNT_ADDR, 2); in bootcount_store() 31 CONFIG_SYS_BOOTCOUNT_ADDR, 0, 2, &len); in bootcount_store() 48 ret = fs_read(CONFIG_SYS_BOOTCOUNT_EXT_NAME, CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_load() 55 buf = map_sysmem(CONFIG_SYS_BOOTCOUNT_ADDR, 2); in bootcount_load()
|
| H A D | bootcount_davinci.c | 18 (struct davinci_rtc *)CONFIG_SYS_BOOTCOUNT_ADDR; in bootcount_store() 35 (struct davinci_rtc *)CONFIG_SYS_BOOTCOUNT_ADDR; in bootcount_load()
|
| H A D | bootcount_i2c.c | 21 ret = i2c_write(CONFIG_SYS_I2C_RTC_ADDR, CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_store() 32 ret = i2c_read(CONFIG_SYS_I2C_RTC_ADDR, CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_load()
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | socfpga_is1.h | 37 #define CONFIG_SYS_BOOTCOUNT_ADDR 0xfffffff8 macro
|
| H A D | tqma6_wru4.h | 38 #define CONFIG_SYS_BOOTCOUNT_ADDR IRAM_BASE_ADDR macro
|
| H A D | ti_am335x_common.h | 48 #define CONFIG_SYS_BOOTCOUNT_ADDR 0x44E3E000 macro
|
| H A D | socfpga_sr1500.h | 36 #define CONFIG_SYS_BOOTCOUNT_ADDR 0xfffffff8 macro
|
| H A D | highbank.h | 33 #define CONFIG_SYS_BOOTCOUNT_ADDR 0xfff3cf0c macro
|
| H A D | brppt1.h | 24 #define CONFIG_SYS_BOOTCOUNT_ADDR 0x44E3E000 macro
|
| H A D | x600.h | 130 #define CONFIG_SYS_BOOTCOUNT_ADDR (CONFIG_SRAM_BASE + \ macro
|
| H A D | calimain.h | 301 #define CONFIG_SYS_BOOTCOUNT_ADDR DAVINCI_RTC_BASE macro
|
| H A D | ids8313.h | 520 #define CONFIG_SYS_BOOTCOUNT_ADDR 0x9 macro
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | bitmain_antminer_s9_defconfig | 51 CONFIG_SYS_BOOTCOUNT_ADDR=0xEFFFFF0
|
| H A D | display5_defconfig | 60 CONFIG_SYS_BOOTCOUNT_ADDR=0x020CC068
|
| /OK3568_Linux_fs/u-boot/include/configs/km/ |
| H A D | kmp204x-common.h | 195 #define CONFIG_SYS_BOOTCOUNT_ADDR (CONFIG_SYS_QRIO_BASE + 0x20) macro
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | config_whitelist.txt | 2371 CONFIG_SYS_BOOTCOUNT_ADDR
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | README | 2396 CONFIG_SYS_BOOTCOUNT_ADDR = i2c addr which is used for 2401 CONFIG_SYS_BOOTCOUNT_ADDR = RAM address used for read
|