Home
last modified time | relevance | path

Searched refs:stctl (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Ds390io.h77 unsigned int stctl; /* accumulated status control from irb */ member
Dirq.h72 __u32 stctl : 5; /* status control */ member
/linux-2.4.37.9/include/asm-s390x/
Ds390io.h77 unsigned int stctl; /* accumulated status control from irb */ member
Dirq.h72 __u32 stctl : 5; /* status control */ member
/linux-2.4.37.9/arch/s390/kernel/
Dreipl.S15 stctl %c0,%c0,.Lctlsave-.Lpg0(%r13)
/linux-2.4.37.9/drivers/s390/
Ds390io.c2393 unsigned int stctl; /* status control */ in s390_process_IRQ() local
2538 if (dp->ii.irb.scsw.stctl in s390_process_IRQ()
2547 if (!((dp->ii.irb.scsw.stctl & SCSW_STCTL_STATUS_PEND) in s390_process_IRQ()
2597 } else if ((dp->ii.irb.scsw.stctl == SCSW_STCTL_STATUS_PEND) in s390_process_IRQ()
2600 } else if ((dp->ii.irb.scsw.stctl == in s390_process_IRQ()
2639 stctl = dp->ii.irb.scsw.stctl; in s390_process_IRQ()
2654 ioinfo[irq]->stctl |= stctl; in s390_process_IRQ()
2656 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) in s390_process_IRQ()
2657 || (stctl == in s390_process_IRQ()
2659 || (stctl == SCSW_STCTL_STATUS_PEND); in s390_process_IRQ()
[all …]