Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Ddino.c47 uint32_t addr = 0xf0000000 + i * DINO_MEM_CHUNK_SIZE; in gsc_to_pci_forwarding()
421 0xf0000000 + DINO_MEM_CHUNK_SIZE); in dino_pcihost_realize()
424 0xf0000000 + DINO_MEM_CHUNK_SIZE, in dino_pcihost_realize()
425 30 * DINO_MEM_CHUNK_SIZE); in dino_pcihost_realize()
432 0xf0000000 + DINO_MEM_CHUNK_SIZE, in dino_pcihost_realize()
480 uint32_t addr = 0xf0000000 + i * DINO_MEM_CHUNK_SIZE; in dino_pcihost_init()
484 DINO_MEM_CHUNK_SIZE); in dino_pcihost_init()
/openbmc/qemu/include/hw/pci-host/
H A Ddino.h85 #define DINO_MEM_CHUNK_SIZE (8 * MiB) macro