Home | History | Annotate | Download | only in src

Lines Matching refs:DynLockBytes

537     page_address = (uint8_t)(ps_type2_info->DynLockBytes[lock_index] >> MFUL_NIBBLE_SIZE);
538 bytes_offset = (uint8_t)(ps_type2_info->DynLockBytes[lock_index] & MFUL_NIBBLE_MASK);
541 ps_type2_info->NoOfLockBits = ps_type2_info->DynLockBytes[lock_index];
545 (ps_type2_info->DynLockBytes[lock_index] & MFUL_NIBBLE_MASK);
547 (ps_type2_info->DynLockBytes[lock_index] >> MFUL_NIBBLE_SIZE);
628 sizeof (ps_type2_info->DynLockBytes));
719 /* Copy the values back to the DynLockBytes structure member */
720 (void)memcpy ((void*)ps_type2_info->DynLockBytes,
722 sizeof (ps_type2_info->DynLockBytes));
750 (void)memset ((void *)ps_type2_info->DynLockBytes, 0xFF,
751 sizeof (ps_type2_info->DynLockBytes));
765 (void)memset ((void *)ps_type2_info->DynLockBytes, 0xFF,
766 sizeof (ps_type2_info->DynLockBytes));
936 NdefSmtCrdFmt->AddInfo.Type2Info.DynLockBytes[lock_mem_ndef_index] =
944 NdefSmtCrdFmt->AddInfo.Type2Info.DynLockBytes[lock_mem_ndef_index] =
1232 NdefSmtCrdFmt->AddInfo.Type2Info.DynLockBytes,