Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/google/
H A Dvpd.c30 struct vpd_cbmem { struct
249 struct vpd_cbmem *temp; in vpd_sections_init()
250 struct vpd_cbmem header; in vpd_sections_init()
253 temp = memremap(physaddr, sizeof(struct vpd_cbmem), MEMREMAP_WB); in vpd_sections_init()
257 memcpy(&header, temp, sizeof(struct vpd_cbmem)); in vpd_sections_init()
265 physaddr + sizeof(struct vpd_cbmem), in vpd_sections_init()
273 physaddr + sizeof(struct vpd_cbmem) + in vpd_sections_init()