Lines Matching refs:extract64
227 val = extract64(s->chan[ch].next_bytes, 0, 32); in sifive_pdma_readl()
230 val = extract64(s->chan[ch].next_bytes, 32, 32); in sifive_pdma_readl()
233 val = extract64(s->chan[ch].next_dst, 0, 32); in sifive_pdma_readl()
236 val = extract64(s->chan[ch].next_dst, 32, 32); in sifive_pdma_readl()
239 val = extract64(s->chan[ch].next_src, 0, 32); in sifive_pdma_readl()
242 val = extract64(s->chan[ch].next_src, 32, 32); in sifive_pdma_readl()
248 val = extract64(s->chan[ch].exec_bytes, 0, 32); in sifive_pdma_readl()
251 val = extract64(s->chan[ch].exec_bytes, 32, 32); in sifive_pdma_readl()
254 val = extract64(s->chan[ch].exec_dst, 0, 32); in sifive_pdma_readl()
257 val = extract64(s->chan[ch].exec_dst, 32, 32); in sifive_pdma_readl()
260 val = extract64(s->chan[ch].exec_src, 0, 32); in sifive_pdma_readl()
263 val = extract64(s->chan[ch].exec_src, 32, 32); in sifive_pdma_readl()