Searched refs:coreboot_table_size (Results 1 – 2 of 2) sorted by relevance
50 uint32_t coreboot_table_size; variable116 *size = coreboot_table_size; in coreboot_get_table_location()130 coreboot_table_size = header->header_bytes + header->table_bytes; in coreboot_table_setup()
303 uint32_t coreboot_table_size; in add_coreboot_node() local308 coreboot_get_table_location(&coreboot_table_addr, &coreboot_table_size); in add_coreboot_node()309 if (!coreboot_table_addr || !coreboot_table_size) { in add_coreboot_node()330 reg_node.size = cpu_to_fdt32(coreboot_table_size); in add_coreboot_node()