Home | History | Annotate | Download | only in src

Lines Matching defs:byte_index

934     uint8_t                         byte_index = 0;
949 byte_index = (uint8_t)ps_locktlv_info->ByteNum;
960 no_of_bits_left_in_block = (uint8_t)((TOPAZ_BYTES_PER_BLOCK - byte_index) *
980 lock_bytes_value[byte_index] = 0xFF;
982 byte_index = (uint8_t)(byte_index + 1);
987 lock_bytes_value[byte_index] = 0;
988 lock_bytes_value[byte_index] = (uint8_t)
989 SET_BITS8 (lock_bytes_value[byte_index], 0,
1012 lock_bytes_value[byte_index] = 0xFF;
1014 byte_index = (uint8_t)(byte_index + 1);
1027 lock_bytes_value[byte_index] = 0xFF;
1029 byte_index = (uint8_t)(byte_index + 1);