Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dqdio.h43 #define SLSB_OWNER_CU 0x40 macro
50 (SLSB_OWNER_CU | SLSB_TYPE_INPUT | SLSB_STATE_EMPTY) /* 0x41 */
64 (SLSB_OWNER_CU | SLSB_TYPE_OUTPUT | SLSB_STATE_PRIMED) /* 0x62 */
H A Dqdio_main.c219 if (__state & SLSB_OWNER_CU) in get_buf_states()