Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dq35.c53 memory_region_add_subregion(s->mch.address_space_io, in q35_host_realize()
57 memory_region_add_subregion(s->mch.address_space_io, in q35_host_realize()
66 s->mch.pci_address_space, in q35_host_realize()
67 s->mch.address_space_io, in q35_host_realize()
70 qdev_realize(DEVICE(&s->mch), BUS(pci->bus), &error_fatal); in q35_host_realize()
87 val64 = range_is_empty(&s->mch.pci_hole) in q35_host_get_pci_hole_start()
88 ? 0 : range_lob(&s->mch.pci_hole); in q35_host_get_pci_hole_start()
102 val64 = range_is_empty(&s->mch.pci_hole) in q35_host_get_pci_hole_end()
103 ? 0 : range_upb(&s->mch.pci_hole) + 1; in q35_host_get_pci_hole_end()
158 hole64_end = ROUND_UP(hole64_start + s->mch.pci_hole64_size, 1ULL << 30); in q35_host_get_pci_hole64_end()
[all …]
/openbmc/qemu/pc-bios/dtb/
H A Dpetalogix-s3adsp1800.dts132 compatible = "xlnx,xps-mch-emc-2.00.a\0cfi-flash";
143 xlnx,mch-native-dwidth = <0x20>;
144 xlnx,mch-plb-clk-period-ps = <0x3e80>;
145 xlnx,mch-splb-awidth = <0x20>;
/openbmc/qemu/include/hw/pci-host/
H A Dq35.h67 MCHPCIState mch; member