Home
last modified time | relevance | path

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

/arch/arm/include/asm/hardware/
Diop3xx-adma.h230 #define IOP_ADMA_XOR_MAX_BYTE_COUNT (16 * 1024 * 1024) macro
297 if (len <= IOP_ADMA_XOR_MAX_BYTE_COUNT) in iop_chan_xor_slot_count()
300 len -= IOP_ADMA_XOR_MAX_BYTE_COUNT; in iop_chan_xor_slot_count()
301 while (len > IOP_ADMA_XOR_MAX_BYTE_COUNT) { in iop_chan_xor_slot_count()
302 len -= IOP_ADMA_XOR_MAX_BYTE_COUNT; in iop_chan_xor_slot_count()
722 i += slots_per_op, addr += IOP_ADMA_XOR_MAX_BYTE_COUNT) { in iop_desc_set_xor_src_addr()
/arch/arm/mach-iop13xx/include/mach/
Dadma.h213 #define IOP_ADMA_XOR_MAX_BYTE_COUNT ADMA_MAX_BYTE_COUNT macro
386 addr += IOP_ADMA_XOR_MAX_BYTE_COUNT; in iop_desc_set_xor_src_addr()