Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/plat-orion/
H A Dcommon.c642 static struct mv_xor_channel_data orion_xor1_channels_data[2]; variable
645 .channels = orion_xor1_channels_data,
675 dma_cap_set(DMA_MEMCPY, orion_xor1_channels_data[0].cap_mask); in orion_xor1_init()
676 dma_cap_set(DMA_XOR, orion_xor1_channels_data[0].cap_mask); in orion_xor1_init()
678 dma_cap_set(DMA_MEMCPY, orion_xor1_channels_data[1].cap_mask); in orion_xor1_init()
679 dma_cap_set(DMA_XOR, orion_xor1_channels_data[1].cap_mask); in orion_xor1_init()