Searched refs:CT7_FLAG_MMASK (Results 1 – 2 of 2) sorted by relevance
1689 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()
1486 #define CT7_FLAG_MMASK 0x00C0 macro