Home
last modified time | relevance | path

Searched refs:chan_addr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/edac/
Damd64_edac.c1607 u64 chan_addr; in f1x_match_to_this_node() local
1645 chan_addr = f1x_get_norm_dct_addr(pvt, range, sys_addr, in f1x_match_to_this_node()
1650 chan_addr = ((chan_addr >> (12 + hweight8(intlv_en))) << 12) | in f1x_match_to_this_node()
1651 (chan_addr & 0xfff); in f1x_match_to_this_node()
1661 chan_addr = ((chan_addr >> 10) << 9) | in f1x_match_to_this_node()
1662 (chan_addr & 0x1ff); in f1x_match_to_this_node()
1665 chan_addr = ((chan_addr >> 7) << 6) | in f1x_match_to_this_node()
1666 (chan_addr & 0x3f); in f1x_match_to_this_node()
1669 chan_addr = ((chan_addr >> 13) << 12) | in f1x_match_to_this_node()
1670 (chan_addr & 0xfff); in f1x_match_to_this_node()
[all …]
/linux-4.4.14/drivers/dma/
Dtegra20-apb-dma.c190 void __iomem *chan_addr; member
249 writel(val, tdc->chan_addr + reg); in tdc_write()
254 return readl(tdc->chan_addr + reg); in tdc_read()
1391 tdc->chan_addr = tdma->base_addr + in tegra_dma_probe()