Home
last modified time | relevance | path

Searched refs:bit_position (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcacheerr.c481 uint8_t bit_position; in gen_data_for_ecc() local
526 bit_position = 0; in gen_data_for_ecc()
532 (((state[1] >> i) & 1) << bit_position); in gen_data_for_ecc()
533 bit_position++; in gen_data_for_ecc()
535 (((state[3] >> i) & 1) << bit_position); in gen_data_for_ecc()
536 bit_position++; in gen_data_for_ecc()
543 (((ptag[1] >> i) & 1) << bit_position); in gen_data_for_ecc()
544 bit_position++; in gen_data_for_ecc()
546 (((ptag[3] >> i) & 1) << bit_position); in gen_data_for_ecc()
547 bit_position++; in gen_data_for_ecc()
[all …]