Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_library.c1689 if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE0) { in isp_put_ctio7()
1697 } else if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE1) { in isp_put_ctio7()
1739 if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE0) { in isp_get_ctio7()
1747 } else if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE1) { in isp_get_ctio7()
H A Dispmbox.h1486 #define CT7_FLAG_MMASK 0x00C0 macro