HSR_SEQ_BLOCK_MASK
#define hsr_seq_block_bit(sequence_nr) ((sequence_nr) & HSR_SEQ_BLOCK_MASK)
seq_bit = sequence_nr & HSR_SEQ_BLOCK_MASK;