Lines Matching refs:dps1
1487 int dps1; in dps1_is_key_locked() local
1491 dps1 = doc_register_readb(docg3, DOC_DPS1_STATUS); in dps1_is_key_locked()
1495 return sprintf(buf, "%d\n", !(dps1 & DOC_DPS_KEY_OK)); in dps1_is_key_locked()
1668 int protect, dps0, dps0_low, dps0_high, dps1, dps1_low, dps1_high; in protection_show() local
1675 dps1 = doc_register_readb(docg3, DOC_DPS1_STATUS); in protection_show()
1707 dps1, dps1_low, dps1_high, in protection_show()
1708 !!(dps1 & DOC_DPS_OTP_PROTECTED), in protection_show()
1709 !!(dps1 & DOC_DPS_READ_PROTECTED), in protection_show()
1710 !!(dps1 & DOC_DPS_WRITE_PROTECTED), in protection_show()
1711 !!(dps1 & DOC_DPS_HW_LOCK_ENABLED), in protection_show()
1712 !!(dps1 & DOC_DPS_KEY_OK)); in protection_show()