Searched refs:chan_mod (Results 1 – 1 of 1) sorted by relevance
925 uint32_t nsock_bit, chan_mod; in zen_umc_decode_ileave_nps_mod() local939 chan_mod = 3; in zen_umc_decode_ileave_nps_mod()943 chan_mod = 5; in zen_umc_decode_ileave_nps_mod()959 dec->dec_ilv_chan = bitx64(dec->dec_ilv_pa, 63, 14) % chan_mod; in zen_umc_decode_ileave_nps_mod()961 dec->dec_ilv_chan = (dec->dec_ilv_chan + 1) % chan_mod; in zen_umc_decode_ileave_nps_mod()974 dec->dec_ilv_chan += hashes[2] * chan_mod; in zen_umc_decode_ileave_nps_mod()977 dec->dec_ilv_chan += ((hashes[2] << 1) | hashes[1]) * chan_mod; in zen_umc_decode_ileave_nps_mod()1480 uint_t nbits, chan_mod, sock_bits, nmid_bits; in zen_umc_decode_normalize_nps_mod() local1488 chan_mod = 3; in zen_umc_decode_normalize_nps_mod()1492 chan_mod = 5; in zen_umc_decode_normalize_nps_mod()[all …]