Searched refs:ORB_CTRL0_MASK_C64 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/s390x/ | ||
H A D | ioinst.h | 165 #define ORB_CTRL0_MASK_C64 0x0002 macro |
/openbmc/qemu/hw/s390x/ | ||
H A D | css.c | 978 (orb->ctrl0 & ORB_CTRL0_MASK_C64 ? CDS_F_C64 : 0) | in ccw_dstream_init() |