Searched refs:isa_offset (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 255 uint32_t isa_offset, num_rhct_nodes, cmo_offset = 0; in build_rhct() local 289 isa_offset = table_data->len - table.table_offset; in build_rhct() 380 build_append_int_noprefix(table_data, isa_offset, 4); in build_rhct()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 607 int isa_offset = fdt_path_offset(fdt, pnv->chips[0]->dt_isa_nodename); in pnv_dt_isa() local 610 .offset = isa_offset, in pnv_dt_isa() 614 _FDT((fdt_setprop(fdt, isa_offset, "primary", NULL, 0))); in pnv_dt_isa() 618 _FDT((fdt_setprop_cell(fdt, isa_offset, "phandle", phandle))); in pnv_dt_isa()
|