Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/ !
H A Deadm_sch.c77 sch->schib.scsw.eadm.actl |= SCSW_ACTL_START_PEND; in eadm_subchannel_start()
H A Dcio.c163 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND; in cio_start_key()
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