Searched refs:stctl (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dscsw.h32 * @stctl: status control
54 __u32 stctl : 5; member in struct:cmd_scsw
73 * @stctl: status control
94 u32 stctl:5; member in struct:tm_scsw
299 * scsw_stctl - return scsw stctl field
302 * Return the value of the stctl field of the specified scsw, regardless of
308 return scsw->tm.stctl;
310 return scsw->cmd.stctl;
376 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND);
389 (scsw->cmd.stctl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dscsw.h32 * @stctl: status control
54 __u32 stctl : 5; member in struct:cmd_scsw
73 * @stctl: status control
94 u32 stctl:5; member in struct:tm_scsw
299 * scsw_stctl - return scsw stctl field
302 * Return the value of the stctl field of the specified scsw, regardless of
308 return scsw->tm.stctl;
310 return scsw->cmd.stctl;
376 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND);
389 (scsw->cmd.stctl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/cio/
H A Ddevice_status.c84 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) &&
85 !(irb->scsw.cmd.stctl & SCSW_STCTL_INTER_STATUS))
101 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND))
103 if (irb->scsw.cmd.stctl ==
198 * Check if the status pending bit is set in stctl.
260 cdev_irb->scsw.cmd.stctl |= irb->scsw.cmd.stctl;
265 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) ||
266 ((irb->scsw.cmd.stctl ==
275 if (irb->scsw.cmd.stctl
[all...]
H A Ddevice_ops.c209 ((sch->schib.scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) &&
210 !(sch->schib.scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS)) ||
422 unsigned int stctl; local
435 stctl = scsw_stctl(&cdev->private->irb.scsw);
436 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) ||
437 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) ||
438 (stctl == SCSW_STCTL_STATUS_PEND);
441 !(stctl & SCSW_STCTL_INTER_STATUS) &&
443 (stctl & SCSW_STCTL_PRIM_STATUS)))
H A Dccwreq.c219 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS))
H A Ddevice_fsm.c493 cdev->private->irb.scsw.cmd.stctl =
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_status.c84 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) &&
85 !(irb->scsw.cmd.stctl & SCSW_STCTL_INTER_STATUS))
101 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND))
103 if (irb->scsw.cmd.stctl ==
198 * Check if the status pending bit is set in stctl.
260 cdev_irb->scsw.cmd.stctl |= irb->scsw.cmd.stctl;
265 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) ||
266 ((irb->scsw.cmd.stctl ==
275 if (irb->scsw.cmd.stctl
[all...]
H A Ddevice_ops.c209 ((sch->schib.scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) &&
210 !(sch->schib.scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS)) ||
422 unsigned int stctl; local
435 stctl = scsw_stctl(&cdev->private->irb.scsw);
436 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) ||
437 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) ||
438 (stctl == SCSW_STCTL_STATUS_PEND);
441 !(stctl & SCSW_STCTL_INTER_STATUS) &&
443 (stctl & SCSW_STCTL_PRIM_STATUS)))
H A Dccwreq.c219 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS))
H A Ddevice_fsm.c493 cdev->private->irb.scsw.cmd.stctl =
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead31.S95 stctl %c0,%c15,0(%r15)
H A Dreipl.S21 stctl %c0,%c15,__LC_CREGS_SAVE_AREA
H A Drelocate_kernel.S30 stctl %c0,%c15,ctlregs-.base(%r13)
H A Dsclp.S55 stctl %c0,%c0,.LctlS1-.LbaseS1(%r13) # enable required interrupts
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dhead31.S95 stctl %c0,%c15,0(%r15)
H A Dreipl.S21 stctl %c0,%c15,__LC_CREGS_SAVE_AREA
H A Drelocate_kernel.S30 stctl %c0,%c15,ctlregs-.base(%r13)
H A Dsclp.S55 stctl %c0,%c0,.LctlS1-.LbaseS1(%r13) # enable required interrupts
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/net/
H A Dclaw.c693 if (!((p_ch->irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
694 (p_ch->irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
695 (p_ch->irb->scsw.cmd.stctl ==
702 if (!((p_ch->irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
703 (p_ch->irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
704 (p_ch->irb->scsw.cmd.stctl ==
757 if (!((p_ch->irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
758 (p_ch->irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
759 (p_ch->irb->scsw.cmd.stctl ==
803 if (!((p_ch->irb->scsw.cmd.stctl
[all...]
H A Dctcm_main.c1288 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
1289 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
1290 (irb->scsw.cmd.stctl ==
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/net/
H A Dclaw.c693 if (!((p_ch->irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
694 (p_ch->irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
695 (p_ch->irb->scsw.cmd.stctl ==
702 if (!((p_ch->irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
703 (p_ch->irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
704 (p_ch->irb->scsw.cmd.stctl ==
757 if (!((p_ch->irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
758 (p_ch->irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
759 (p_ch->irb->scsw.cmd.stctl ==
803 if (!((p_ch->irb->scsw.cmd.stctl
[all...]
H A Dctcm_main.c1288 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
1289 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
1290 (irb->scsw.cmd.stctl ==

Completed in 206 milliseconds