Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h92 unsigned char has_dirq : 1; member
/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c112 sclp.has_dirq = !!(sccb->cpudirq & 0x80); in sclp_early_facilities_detect()
/openbmc/linux/arch/s390/pci/
H A Dpci_irq.c511 irq_delivery = sclp.has_dirq ? DIRECTED : FLOATING; in zpci_irq_init()