#include <linux/types.h>
#include <asm/css_chars.h>
#include <asm/cio.h>
Go to the source code of this file.
#define DEV_STAT_ATTENTION 0x80 |
#define DEV_STAT_BUSY 0x10 |
#define DEV_STAT_CHN_END 0x08 |
#define DEV_STAT_CU_END 0x20 |
#define DEV_STAT_DEV_END 0x04 |
#define DEV_STAT_STAT_MOD 0x40 |
#define DEV_STAT_UNIT_CHECK 0x02 |
#define DEV_STAT_UNIT_EXCEP 0x01 |
#define SCHN_STAT_CHAIN_CHECK 0x01 |
#define SCHN_STAT_CHN_CTRL_CHK 0x04 |
#define SCHN_STAT_CHN_DATA_CHK 0x08 |
#define SCHN_STAT_INCORR_LEN 0x40 |
#define SCHN_STAT_INTF_CTRL_CHK 0x02 |
#define SCHN_STAT_PCI 0x80 |
#define SCHN_STAT_PROG_CHECK 0x20 |
#define SCHN_STAT_PROT_CHECK 0x10 |
#define SCSW_ACTL_CLEAR_PEND 0x8 |
#define SCSW_ACTL_DEVACT 0x2 |
#define SCSW_ACTL_HALT_PEND 0x10 |
#define SCSW_ACTL_RESUME_PEND 0x40 |
#define SCSW_ACTL_SCHACT 0x4 |
#define SCSW_ACTL_START_PEND 0x20 |
#define SCSW_ACTL_SUSPENDED 0x1 |
#define SCSW_FCTL_CLEAR_FUNC 0x1 |
#define SCSW_FCTL_HALT_FUNC 0x2 |
#define SCSW_FCTL_START_FUNC 0x4 |
#define SCSW_STCTL_ALERT_STATUS 0x10 |
#define SCSW_STCTL_INTER_STATUS 0x8 |
#define SCSW_STCTL_PRIM_STATUS 0x4 |
#define SCSW_STCTL_SEC_STATUS 0x2 |
#define SCSW_STCTL_STATUS_PEND 0x1 |
#define SNS0_BUS_OUT_CHECK 0x20 |
#define SNS0_CMD_REJECT 0x80 |
#define SNS0_DATA_CHECK 0x08 |
#define SNS0_EQUIPMENT_CHECK 0x10 |
#define SNS0_INCOMPL_DOMAIN 0x01 |
#define SNS0_INTERVENTION_REQ 0x40 |
#define SNS0_OVERRUN 0x04 |
#define SNS1_FILE_PROTECTED 0x04 |
#define SNS1_INPRECISE_END 0x01 |
#define SNS1_INV_TRACK_FORMAT 0x40 |
#define SNS1_MESSAGE_TO_OPER 0x10 |
#define SNS1_NO_REC_FOUND 0x08 |
#define SNS1_PERM_ERR 0x80 |
#define SNS1_WRITE_INHIBITED 0x02 |
#define SNS2_CORRECTABLE 0x40 |
#define SNS2_ENV_DATA_PRESENT 0x10 |
#define SNS2_FIRST_LOG_ERR 0x20 |
#define SNS2_INPRECISE_END 0x04 |
#define SNS2_REQ_INH_WRITE 0x80 |
#define SNS_CMD_REJECT SNS0_CMD_REJEC |