Home
last modified time | relevance | path

Searched refs:DEVSTAT_HALT_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Dirq.h483 #define DEVSTAT_HALT_FUNCTION 0x00000008 macro
/linux-2.4.37.9/include/asm-s390x/
Dirq.h484 #define DEVSTAT_HALT_FUNCTION 0x00000008 macro
/linux-2.4.37.9/drivers/s390/
Ds390io.c1909 ioinfo[irq]->devstat.flag = DEVSTAT_HALT_FUNCTION; in halt_IO()
1913 ioinfo[irq]->devstat.flag |= DEVSTAT_HALT_FUNCTION; in halt_IO()
/linux-2.4.37.9/Documentation/s390/
Dcds.txt823 DEVSTAT_HALT_FUNCTION - interrupt is presented as result of a
/linux-2.4.37.9/drivers/s390/block/
Ddasd.c2377 if (stat->flag & DEVSTAT_HALT_FUNCTION) { in dasd_int_handler()