Searched refs:persistent_ram_buffer (Results 1 – 1 of 1) sorted by relevance
29 struct persistent_ram_buffer { struct93 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()