Lines Matching refs:chan_addr

2430 	u64 chan_addr;  in f1x_match_to_this_node()  local
2468 chan_addr = f1x_get_norm_dct_addr(pvt, range, sys_addr, in f1x_match_to_this_node()
2473 chan_addr = ((chan_addr >> (12 + hweight8(intlv_en))) << 12) | in f1x_match_to_this_node()
2474 (chan_addr & 0xfff); in f1x_match_to_this_node()
2484 chan_addr = ((chan_addr >> 10) << 9) | in f1x_match_to_this_node()
2485 (chan_addr & 0x1ff); in f1x_match_to_this_node()
2488 chan_addr = ((chan_addr >> 7) << 6) | in f1x_match_to_this_node()
2489 (chan_addr & 0x3f); in f1x_match_to_this_node()
2492 chan_addr = ((chan_addr >> 13) << 12) | in f1x_match_to_this_node()
2493 (chan_addr & 0xfff); in f1x_match_to_this_node()
2496 edac_dbg(1, " Normalized DCT addr: 0x%llx\n", chan_addr); in f1x_match_to_this_node()
2498 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()
2511 u64 chan_addr, chan_offset; in f15_m30h_match_to_this_node() local
2575 chan_addr = sys_addr - chan_offset; in f15_m30h_match_to_this_node()
2580 chan_addr = ((chan_addr >> 9) << 8) | in f15_m30h_match_to_this_node()
2581 (chan_addr & 0xff); in f15_m30h_match_to_this_node()
2583 chan_addr = ((chan_addr >> 10) << 9) | in f15_m30h_match_to_this_node()
2584 (chan_addr & 0x1ff); in f15_m30h_match_to_this_node()
2590 chan_addr = ((chan_addr >> 10) << 8) | in f15_m30h_match_to_this_node()
2591 (chan_addr & 0xff); in f15_m30h_match_to_this_node()
2593 chan_addr = ((chan_addr >> 11) << 9) | in f15_m30h_match_to_this_node()
2594 (chan_addr & 0x1ff); in f15_m30h_match_to_this_node()
2603 chan_addr += (u64) ((tmp >> 11) & 0xfff) << 27; in f15_m30h_match_to_this_node()
2608 edac_dbg(1, " Normalized DCT addr: 0x%llx\n", chan_addr); in f15_m30h_match_to_this_node()
2620 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel); in f15_m30h_match_to_this_node()