Lines Matching refs:chan_addr

2282 	u64 chan_addr;  in f1x_match_to_this_node()  local
2320 chan_addr = f1x_get_norm_dct_addr(pvt, range, sys_addr, in f1x_match_to_this_node()
2325 chan_addr = ((chan_addr >> (12 + hweight8(intlv_en))) << 12) | in f1x_match_to_this_node()
2326 (chan_addr & 0xfff); in f1x_match_to_this_node()
2336 chan_addr = ((chan_addr >> 10) << 9) | in f1x_match_to_this_node()
2337 (chan_addr & 0x1ff); in f1x_match_to_this_node()
2340 chan_addr = ((chan_addr >> 7) << 6) | in f1x_match_to_this_node()
2341 (chan_addr & 0x3f); in f1x_match_to_this_node()
2344 chan_addr = ((chan_addr >> 13) << 12) | in f1x_match_to_this_node()
2345 (chan_addr & 0xfff); in f1x_match_to_this_node()
2348 edac_dbg(1, " Normalized DCT addr: 0x%llx\n", chan_addr); in f1x_match_to_this_node()
2350 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()
2363 u64 chan_addr, chan_offset; in f15_m30h_match_to_this_node() local
2427 chan_addr = sys_addr - chan_offset; in f15_m30h_match_to_this_node()
2432 chan_addr = ((chan_addr >> 9) << 8) | in f15_m30h_match_to_this_node()
2433 (chan_addr & 0xff); in f15_m30h_match_to_this_node()
2435 chan_addr = ((chan_addr >> 10) << 9) | in f15_m30h_match_to_this_node()
2436 (chan_addr & 0x1ff); in f15_m30h_match_to_this_node()
2442 chan_addr = ((chan_addr >> 10) << 8) | in f15_m30h_match_to_this_node()
2443 (chan_addr & 0xff); in f15_m30h_match_to_this_node()
2445 chan_addr = ((chan_addr >> 11) << 9) | in f15_m30h_match_to_this_node()
2446 (chan_addr & 0x1ff); in f15_m30h_match_to_this_node()
2455 chan_addr += (u64) ((tmp >> 11) & 0xfff) << 27; in f15_m30h_match_to_this_node()
2460 edac_dbg(1, " Normalized DCT addr: 0x%llx\n", chan_addr); in f15_m30h_match_to_this_node()
2472 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel); in f15_m30h_match_to_this_node()