Home
last modified time | relevance | path

Searched refs:CCW_CMD_BASIC_SENSE (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h204 #define CCW_CMD_BASIC_SENSE 0x04 macro
/openbmc/linux/arch/s390/include/asm/
H A Dcio.h66 #define CCW_CMD_BASIC_SENSE 0x04 macro
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h211 #define CCW_CMD_BASIC_SENSE 0x04 macro
H A Dcio.c73 .cmd_code = CCW_CMD_BASIC_SENSE, in basic_sense()
/openbmc/linux/drivers/s390/cio/
H A Ddevice_status.c334 sense_ccw->cmd_code = CCW_CMD_BASIC_SENSE; in ccw_device_do_sense()
H A Dvfio_ccw_cp.c242 #define ccw_is_sense(_ccw) (((_ccw)->cmd_code & 0x0F) == CCW_CMD_BASIC_SENSE)
/openbmc/qemu/hw/s390x/
H A Dcss.c986 ((ccw->cmd_code & 0x0f) == CCW_CMD_BASIC_SENSE || in ccw_dstream_init()
1054 case CCW_CMD_BASIC_SENSE: in css_interpret_ccw()