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.h293 #define IOP_ADMA_XOR_MAX_BYTE_COUNT (16 * 1024 * 1024) macro
360 if (len <= IOP_ADMA_XOR_MAX_BYTE_COUNT) in iop_chan_xor_slot_count()
363 len -= IOP_ADMA_XOR_MAX_BYTE_COUNT; in iop_chan_xor_slot_count()
364 while (len > IOP_ADMA_XOR_MAX_BYTE_COUNT) { in iop_chan_xor_slot_count()
365 len -= IOP_ADMA_XOR_MAX_BYTE_COUNT; in iop_chan_xor_slot_count()
764 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.h215 #define IOP_ADMA_XOR_MAX_BYTE_COUNT ADMA_MAX_BYTE_COUNT macro
435 addr += IOP_ADMA_XOR_MAX_BYTE_COUNT; in iop_desc_set_xor_src_addr()