Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h8 ZPCI_IOTA_RTTO = 1, enumerator
18 #define ZPCI_IOTA_DT_RT (ZPCI_IOTA_RTTO << 2)
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h94 ZPCI_IOTA_RTTO = 1, enumerator
104 #define ZPCI_IOTA_DT_RT (ZPCI_IOTA_RTTO << 2)
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c1011 if (!(dt == ZPCI_IOTA_RTTO && t)) { in reg_ioat()