Home
last modified time | relevance | path

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

/arch/s390/pci/
Dpci_insn.c203 int zpci_store_block(const u64 *data, u64 req, u64 offset) in zpci_store_block() function
219 EXPORT_SYMBOL_GPL(zpci_store_block);
/arch/s390/include/asm/
Dpci_insn.h83 int zpci_store_block(const u64 *data, u64 req, u64 offset);
Dpci_io.h119 return zpci_store_block(data, req, offset); in zpci_write_block()