Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dio_no.h118 #define PCI_MEM_SIZE 0x08000000 /* 128 MB */ macro
119 #define PCI_MEM_MASK (PCI_MEM_SIZE - 1)
/openbmc/linux/arch/m68k/coldfire/
H A Dpci.c135 .end = PCI_MEM_PA + PCI_MEM_SIZE - 1,
203 __raw_writel(WXBTAR(PCI_MEM_PA, PCI_MEM_BA, PCI_MEM_SIZE), in mcf_pci_init()
/openbmc/qemu/hw/net/
H A Deepro100.c111 #define PCI_MEM_SIZE (4 * KiB) macro
273 uint8_t mem[PCI_MEM_SIZE] __attribute__((aligned(8)));
1863 "eepro100-mmio", PCI_MEM_SIZE); in e100_nic_realize()