Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dbonito.c78 #define BONITO_DEV_BASE 0x1ff00000 macro
80 #define BONITO_DEV_TOP (BONITO_DEV_BASE + BONITO_DEV_SIZE - 1)
708 memory_region_add_subregion(host_mem, BONITO_DEV_BASE, in bonito_pci_realize()
710 create_unimplemented_device("IOCS[1]", BONITO_DEV_BASE + 1 * 256 * KiB, in bonito_pci_realize()
712 create_unimplemented_device("IOCS[2]", BONITO_DEV_BASE + 2 * 256 * KiB, in bonito_pci_realize()
714 create_unimplemented_device("IOCS[3]", BONITO_DEV_BASE + 3 * 256 * KiB, in bonito_pci_realize()