Home
last modified time | relevance | path

Searched refs:pstore_size (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dpstore.c94 u32 pstore_size = 0; in param_parse_pstore() local
99 gd->pstore_size = 0; in param_parse_pstore()
104 gd->pstore_size = t->u.pstore.buf[LOG_UBOOT].size - sizeof(struct persistent_ram_buffer); in param_parse_pstore()
110 gd->pstore_size = CONFIG_PERSISTENT_RAM_SIZE - sizeof(struct persistent_ram_buffer); in param_parse_pstore()
114 pstore_size = gd->pstore_size; in param_parse_pstore()
122 if (rb->size > pstore_size) in param_parse_pstore()
123 rb->size = pstore_size; in param_parse_pstore()
125 if (rb->start >= pstore_size) in param_parse_pstore()
135 u32 pstore_size = gd->pstore_size; in putc_to_ram() local
138 if (!rb || pstore_size == 0) in putc_to_ram()
[all …]
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h153 u32 pstore_size; member
/OK3568_Linux_fs/u-boot/include/
H A Dec_commands.h1003 uint32_t pstore_size; member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h2826 uint32_t pstore_size; member