Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h251 #define ISC_TO_ISC_BITS(_isc) ((0x80 >> _isc) << 24) macro
/openbmc/qemu/hw/intc/
H A Ds390_flic.c247 if (QLIST_EMPTY(&flic->io[isc]) || !(cr6 & ISC_TO_ISC_BITS(isc))) { in qemu_s390_flic_dequeue_io()