Home
last modified time | relevance | path

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

/linux/drivers/firmware/google/
H A Dcoreboot_table.c193 resource_size_t table_span; in coreboot_table_probe() local
219 &table_span) || in coreboot_table_probe()
220 table_span > len)) in coreboot_table_probe()
229 ptr = memremap(res->start, table_span, MEMREMAP_WB); in coreboot_table_probe()
233 ret = coreboot_table_populate(dev, ptr, table_span); in coreboot_table_probe()