Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_irq.c44 fib.fmt0.aisb = virt_to_phys(zpci_sbv->vector) + (zdev->aisb / 64) * 8; in zpci_set_airq()
45 fib.fmt0.aisbo = zdev->aisb & 63; in zpci_set_airq()
310 zdev->aisb = *bit; in __alloc_airq()
351 airq_iv_free_bit(zpci_sbv, zdev->aisb); in zpci_msi_teardown_floating()
352 zdev->aisb = -1UL; in zpci_msi_teardown_floating()
/linux/arch/s390/include/asm/
H A Dpci.h190 unsigned long aisb; /* number of the summary bit */ member