Searched refs:ZPCI_IOMAP_ADDR_BASE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dpci_io.h20 #define ZPCI_IOMAP_ADDR_BASE (1UL << ZPCI_IOMAP_ADDR_SHIFT) macro
25 ((ZPCI_IOMAP_ADDR_BASE - 1) & ~ZPCI_IOMAP_ADDR_OFF_MASK)
35 #define ZPCI_ADDR(idx) (ZPCI_IOMAP_ADDR_BASE | ((u64) idx << ZPCI_IOMAP_SHIFT))
/linux-master/arch/s390/pci/
H A Dpci_mmio.c179 if ((unsigned long) io_addr < ZPCI_IOMAP_ADDR_BASE)
318 if ((unsigned long) io_addr < ZPCI_IOMAP_ADDR_BASE) {

Completed in 219 milliseconds