Home
last modified time | relevance | path

Searched full:actl (Results 1 – 8 of 8) sorted by relevance

/linux/arch/s390/include/asm/
H A Dscsw.h33 * @actl: activity control
55 __u32 actl : 7; member
74 * @actl: activity control
95 u32 actl:7; member
112 * @actl: activity control
127 u32 actl:7; member
327 * scsw_actl - return scsw actl field
330 * Return the value of the actl field of the specified scsw, regardless of
336 return scsw->tm.actl; in scsw_actl()
338 return scsw->cmd.actl; in scsw_actl()
[all …]
/linux/drivers/s390/cio/
H A Dvfio_ccw_fsm.c49 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND; in fsm_io_helper()
101 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND; in fsm_do_halt()
140 sch->schib.scsw.cmd.actl = SCSW_ACTL_CLEAR_PEND; in fsm_do_clear()
H A Deadm_sch.c77 sch->schib.scsw.eadm.actl |= SCSW_ACTL_START_PEND; in eadm_subchannel_start()
96 sch->schib.scsw.eadm.actl |= SCSW_ACTL_CLEAR_PEND; in eadm_subchannel_clear()
H A Dtrace.h137 TP_printk("schid=%x.%x.%04x cc=%d dcc=%d pno=%d fctl=0x%x actl=0x%x "
H A Ddevice_fsm.c462 scsw->actl = SCSW_ACTL_START_PEND; in create_fake_irb()
469 scsw->actl = SCSW_ACTL_START_PEND; in create_fake_irb()
H A Ddevice.c1703 if (sch->schib.scsw.cmd.actl == 0) in ccw_device_wait_idle()
/linux/drivers/staging/most/dim2/
H A Dreg.h51 u32 ACTL; /* 0xF0 */ member
H A Dhal.c554 true << ACTL_SCE_BIT, &g.dim2->ACTL); in dim2_initialize()