Searched refs:bootcount_ext_t (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/bootcount/
H A Dbootcount_ext.c18 } bootcount_ext_t; typedef in typeref:struct:__anon1
24 bootcount_ext_t *buf;
38 buf = map_sysmem(CONFIG_SYS_BOOTCOUNT_ADDR, sizeof(bootcount_ext_t));
46 CONFIG_SYS_BOOTCOUNT_ADDR, 0, sizeof(bootcount_ext_t),
54 bootcount_ext_t *buf;
65 0, sizeof(bootcount_ext_t), &len_read);
66 if (ret != 0 || len_read != sizeof(bootcount_ext_t)) {
71 buf = map_sysmem(CONFIG_SYS_BOOTCOUNT_ADDR, sizeof(bootcount_ext_t));

Completed in 104 milliseconds