Searched refs:chan_addr (Results 1 – 1 of 1) sorted by relevance
1496 u64 chan_addr; in f1x_match_to_this_node() local1534 chan_addr = f1x_get_norm_dct_addr(pvt, range, sys_addr, in f1x_match_to_this_node()1539 chan_addr = ((chan_addr >> (12 + hweight8(intlv_en))) << 12) | in f1x_match_to_this_node()1540 (chan_addr & 0xfff); in f1x_match_to_this_node()1550 chan_addr = ((chan_addr >> 10) << 9) | in f1x_match_to_this_node()1551 (chan_addr & 0x1ff); in f1x_match_to_this_node()1554 chan_addr = ((chan_addr >> 7) << 6) | in f1x_match_to_this_node()1555 (chan_addr & 0x3f); in f1x_match_to_this_node()1558 chan_addr = ((chan_addr >> 13) << 12) | in f1x_match_to_this_node()1559 (chan_addr & 0xfff); in f1x_match_to_this_node()[all …]