Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dmv_xor_v2.c382 struct mv_xor_v2_descriptor *hw_descriptor; in mv_xor_v2_prep_dma_memcpy() local
398 hw_descriptor = &sw_desc->hw_desc; in mv_xor_v2_prep_dma_memcpy()
401 hw_descriptor->desc_id = sw_desc->idx; in mv_xor_v2_prep_dma_memcpy()
404 hw_descriptor->desc_ctrl = in mv_xor_v2_prep_dma_memcpy()
408 hw_descriptor->desc_ctrl |= DESC_IOD; in mv_xor_v2_prep_dma_memcpy()
411 hw_descriptor->fill_pattern_src_addr[0] = lower_32_bits(src); in mv_xor_v2_prep_dma_memcpy()
412 hw_descriptor->fill_pattern_src_addr[1] = in mv_xor_v2_prep_dma_memcpy()
416 hw_descriptor->fill_pattern_src_addr[2] = lower_32_bits(dest); in mv_xor_v2_prep_dma_memcpy()
417 hw_descriptor->fill_pattern_src_addr[3] = in mv_xor_v2_prep_dma_memcpy()
421 hw_descriptor->buff_size = len; in mv_xor_v2_prep_dma_memcpy()
[all …]