BTC_CXP_MASK
type = (u8)((policy_type & BTC_CXP_MASK) >> 8);
type = FIELD_GET(BTC_CXP_MASK, policy_type);