Home
last modified time | relevance | path

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

/arch/mips/lantiq/xway/
Ddma.c133 LTQ_DESC_NUM * LTQ_DESC_SIZE, in ltq_dma_alloc()
135 memset(ch->desc_base, 0, LTQ_DESC_NUM * LTQ_DESC_SIZE); in ltq_dma_alloc()
185 dma_free_coherent(NULL, LTQ_DESC_NUM * LTQ_DESC_SIZE, in ltq_dma_free()
/arch/mips/include/asm/mach-lantiq/xway/
Dxway_dma.h21 #define LTQ_DESC_SIZE 0x08 /* each descriptor is 64bit */ macro