Lines Matching defs:protect
1668 int protect, dps0, dps0_low, dps0_high, dps1, dps1_low, dps1_high;
1671 protect = doc_register_readb(docg3, DOC_PROTECTION);
1680 seq_printf(s, "Protection = 0x%02x (", protect);
1681 if (protect & DOC_PROTECT_FOUNDRY_OTP_LOCK)
1683 if (protect & DOC_PROTECT_CUSTOMER_OTP_LOCK)
1685 if (protect & DOC_PROTECT_LOCK_INPUT)
1687 if (protect & DOC_PROTECT_STICKY_LOCK)
1689 if (protect & DOC_PROTECT_PROTECTION_ENABLED)
1691 if (protect & DOC_PROTECT_IPL_DOWNLOAD_LOCK)
1693 if (protect & DOC_PROTECT_PROTECTION_ERROR)