Searched refs:SCSW_FCTL_START_FUNC (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dscsw.h114 #define SCSW_FCTL_START_FUNC 0x4 macro
352 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
364 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
388 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) &&
401 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
413 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
425 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
437 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
449 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
461 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_status.c233 if (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) {
H A Dchsc_sch.c261 sch->schib.scsw.cmd.fctl |= SCSW_FCTL_START_FUNC;
H A Dcmf.c310 if (scsw_fctl(&sch->schib.scsw) & SCSW_FCTL_START_FUNC) {
H A Ddevice_fsm.c491 cdev->private->irb.scsw.cmd.fctl = SCSW_FCTL_START_FUNC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_core.c1094 (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd.c1102 (scsw_fctl(&irb->scsw) & SCSW_FCTL_START_FUNC) &&
H A Ddasd_eckd.c1795 (scsw_fctl(&irb->scsw) & SCSW_FCTL_START_FUNC) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dlcs.c1433 (irb->scsw.cmd.fctl & SCSW_FCTL_START_FUNC) &&

Completed in 97 milliseconds