Home
last modified time | relevance | path

Searched refs:ORB_CTRL0_MASK_I2K (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h166 #define ORB_CTRL0_MASK_I2K 0x0001 macro
/openbmc/qemu/hw/s390x/
H A Dcss.c977 cds->flags = (orb->ctrl0 & ORB_CTRL0_MASK_I2K ? CDS_F_I2K : 0) | in ccw_dstream_init()