Lines Matching refs:dps0
1472 int dps0; in dps0_is_key_locked() local
1476 dps0 = doc_register_readb(docg3, DOC_DPS0_STATUS); in dps0_is_key_locked()
1480 return sprintf(buf, "%d\n", !(dps0 & DOC_DPS_KEY_OK)); in dps0_is_key_locked()
1668 int protect, dps0, dps0_low, dps0_high, dps1, dps1_low, dps1_high; in protection_show() local
1672 dps0 = doc_register_readb(docg3, DOC_DPS0_STATUS); in protection_show()
1700 dps0, dps0_low, dps0_high, in protection_show()
1701 !!(dps0 & DOC_DPS_OTP_PROTECTED), in protection_show()
1702 !!(dps0 & DOC_DPS_READ_PROTECTED), in protection_show()
1703 !!(dps0 & DOC_DPS_WRITE_PROTECTED), in protection_show()
1704 !!(dps0 & DOC_DPS_HW_LOCK_ENABLED), in protection_show()
1705 !!(dps0 & DOC_DPS_KEY_OK)); in protection_show()