Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/pci/
Dpci_insn.c214 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; in zpci_load_fh()
303 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(addr)]; in zpci_store_fh()
390 struct zpci_iomap_entry *entry = &zpci_iomap_start[ZPCI_IDX(dst)]; in zpci_write_block_fh()
Dpci.c374 unsigned int idx = ZPCI_IDX(addr); in pci_iounmap_fh()
/linux-5.19.10/arch/s390/include/asm/
Dpci_io.h34 #define ZPCI_IDX(addr) \ macro