Home | History | Annotate | Download | only in src

Lines Matching refs:byte_index

931     uint8_t                         byte_index = 0;
946 byte_index = (uint8_t)ps_locktlv_info->ByteNum;
957 no_of_bits_left_in_block = (uint8_t)((TOPAZ_BYTES_PER_BLOCK - byte_index) *
977 lock_bytes_value[byte_index] = 0xFF;
979 byte_index = (uint8_t)(byte_index + 1);
984 lock_bytes_value[byte_index] = 0;
985 lock_bytes_value[byte_index] = (uint8_t)
986 SET_BITS8 (lock_bytes_value[byte_index], 0,
1009 lock_bytes_value[byte_index] = 0xFF;
1011 byte_index = (uint8_t)(byte_index + 1);
1024 lock_bytes_value[byte_index] = 0xFF;
1026 byte_index = (uint8_t)(byte_index + 1);