Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dpstore.c29 struct persistent_ram_buffer { struct
93 struct persistent_ram_buffer *rb = NULL; 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()
113 rb = (struct persistent_ram_buffer *)gd->pstore_addr; in param_parse_pstore()
134 struct persistent_ram_buffer *rb = (struct persistent_ram_buffer *)gd->pstore_addr; in putc_to_ram()