Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Deadm_sch.c76 sch->schib.scsw.eadm.actl |= SCSW_ACTL_START_PEND; in eadm_subchannel_start()
H A Dvfio_ccw_fsm.c49 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND; in fsm_io_helper()
H A Ddevice_fsm.c461 scsw->actl = SCSW_ACTL_START_PEND; in create_fake_irb()
468 scsw->actl = SCSW_ACTL_START_PEND; in create_fake_irb()
H A Ddevice_ops.c702 !(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_START_PEND)) in ccw_device_tm_intrg()
/linux/arch/s390/include/asm/
H A Dscsw.h156 #define SCSW_ACTL_START_PEND 0x20 macro