Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h101 #define SCSW_DSTAT_UCHK 0x02 macro
339 #define unit_check(irb) ((irb)->scsw.dstat & SCSW_DSTAT_UCHK)
H A Dcio.c264 if (irb->scsw.dstat & SCSW_DSTAT_UCHK) { in print_irb_err()