Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dpci_io.h29 #define ZPCI_IDX(addr) \ macro
40 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; \
55 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; \
143 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(src)]; in zpci_memcpy_fromio()
164 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(dst)]; in zpci_memcpy_toio()
/Linux-v4.19/arch/s390/pci/
Dpci.c311 unsigned int idx = ZPCI_IDX(addr); in pci_iounmap()