Lines Matching refs:chan_addr
1922 u64 chan_addr; in f1x_match_to_this_node() local
1960 chan_addr = f1x_get_norm_dct_addr(pvt, range, sys_addr, in f1x_match_to_this_node()
1965 chan_addr = ((chan_addr >> (12 + hweight8(intlv_en))) << 12) | in f1x_match_to_this_node()
1966 (chan_addr & 0xfff); in f1x_match_to_this_node()
1976 chan_addr = ((chan_addr >> 10) << 9) | in f1x_match_to_this_node()
1977 (chan_addr & 0x1ff); in f1x_match_to_this_node()
1980 chan_addr = ((chan_addr >> 7) << 6) | in f1x_match_to_this_node()
1981 (chan_addr & 0x3f); in f1x_match_to_this_node()
1984 chan_addr = ((chan_addr >> 13) << 12) | in f1x_match_to_this_node()
1985 (chan_addr & 0xfff); in f1x_match_to_this_node()
1988 edac_dbg(1, " Normalized DCT addr: 0x%llx\n", chan_addr); in f1x_match_to_this_node()
1990 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()
2003 u64 chan_addr, chan_offset; in f15_m30h_match_to_this_node() local
2067 chan_addr = sys_addr - chan_offset; in f15_m30h_match_to_this_node()
2072 chan_addr = ((chan_addr >> 9) << 8) | in f15_m30h_match_to_this_node()
2073 (chan_addr & 0xff); in f15_m30h_match_to_this_node()
2075 chan_addr = ((chan_addr >> 10) << 9) | in f15_m30h_match_to_this_node()
2076 (chan_addr & 0x1ff); in f15_m30h_match_to_this_node()
2082 chan_addr = ((chan_addr >> 10) << 8) | in f15_m30h_match_to_this_node()
2083 (chan_addr & 0xff); in f15_m30h_match_to_this_node()
2085 chan_addr = ((chan_addr >> 11) << 9) | in f15_m30h_match_to_this_node()
2086 (chan_addr & 0x1ff); in f15_m30h_match_to_this_node()
2095 chan_addr += (u64) ((tmp >> 11) & 0xfff) << 27; in f15_m30h_match_to_this_node()
2100 edac_dbg(1, " Normalized DCT addr: 0x%llx\n", chan_addr); in f15_m30h_match_to_this_node()
2112 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel); in f15_m30h_match_to_this_node()