Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Dfcx.c171 if (tcw->w && (tcw->flags & TCW_FLAGS_OUTPUT_TIDA)) in tcw_finalize()
217 tcw->flags |= TCW_FLAGS_OUTPUT_TIDA; in tcw_set_data()
/linux/arch/s390/include/asm/
H A Dfcx.h19 #define TCW_FLAGS_OUTPUT_TIDA (1 << (23 - 7)) macro