Searched refs:ZPCI_IDX (Results 1 – 3 of 3) sorted by relevance
214 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()
374 unsigned int idx = ZPCI_IDX(addr); in pci_iounmap_fh()
34 #define ZPCI_IDX(addr) \ macro