Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/s390/cio/
Ddevice_status.c266 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) || in ccw_device_accumulate_irb()
277 (SCSW_STCTL_PRIM_STATUS | SCSW_STCTL_SEC_STATUS in ccw_device_accumulate_irb()
283 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) && in ccw_device_accumulate_irb()
Ddevice_ops.c217 ((sch->schib.scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) && in ccw_device_start_timeout_key()
Ddevice_fsm.c727 (stctl & SCSW_STCTL_PRIM_STATUS))) in ccw_device_call_handler()
/linux-6.6.21/arch/s390/include/asm/
Dscsw.h160 #define SCSW_STCTL_PRIM_STATUS 0x4 macro