Searched refs:ord (Results 1 - 1 of 1) sorted by relevance

/arch/arm/plat-s3c24xx/
H A Ddma.c1367 struct s3c24xx_dma_order_ch *ord = NULL; local
1380 ord = &dma_order->channels[channel];
1384 if (!is_channel_valid(ord->list[ch]))
1387 tmp = ord->list[ch] & ~DMA_CH_VALID;
1394 if (ord->flags & DMA_CH_NEVER)
1453 int __init s3c24xx_dma_order_set(struct s3c24xx_dma_order *ord) argument
1466 memcpy(nord, ord, sizeof(struct s3c24xx_dma_order));

Completed in 27 milliseconds