Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/plat-orion/
H A Dcommon.c581 static struct mv_xor_channel_data orion_xor0_channels_data[2]; variable
584 .channels = orion_xor0_channels_data,
614 dma_cap_set(DMA_MEMCPY, orion_xor0_channels_data[0].cap_mask); in orion_xor0_init()
615 dma_cap_set(DMA_XOR, orion_xor0_channels_data[0].cap_mask); in orion_xor0_init()
617 dma_cap_set(DMA_MEMCPY, orion_xor0_channels_data[1].cap_mask); in orion_xor0_init()
618 dma_cap_set(DMA_XOR, orion_xor0_channels_data[1].cap_mask); in orion_xor0_init()