Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_insn.c219 return __zpci_load(data, req, ZPCI_OFFSET(addr)); in zpci_load_fh()
308 return __zpci_store(data, req, ZPCI_OFFSET(addr)); in zpci_store_fh()
394 u64 offset = ZPCI_OFFSET(dst); in zpci_write_block_fh()
/linux/arch/s390/include/asm/
H A Dpci_io.h38 #define ZPCI_OFFSET(addr) \ macro