Home | History | Annotate | Download | only in src

Lines Matching refs:byte_index

616     uint8_t                         byte_index = 0;
633 /* 1st write to lock bits, so byte_index is updated */
634 byte_index = ps_type2_info->LockByteNumber;
637 no_of_bits_left_in_block = (uint8_t)((MFUL_BLOCK_SIZE_IN_BYTES - byte_index) *
663 lock_bytes_value[byte_index] = 0xFF;
665 byte_index = (uint8_t)(byte_index + 1);
670 lock_bytes_value[byte_index] = 0;
671 lock_bytes_value[byte_index] = (uint8_t)
672 SET_BITS8 (lock_bytes_value[byte_index], 0,
695 lock_bytes_value[byte_index] = 0xFF;
697 byte_index = (uint8_t)(byte_index + 1);
710 lock_bytes_value[byte_index] = 0xFF;
712 byte_index = (uint8_t)(byte_index + 1);