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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40_ll.c71 src |= D40_TYPE_TO_EVENT(cfg->src_dev_type);
82 dst |= D40_TYPE_TO_EVENT(cfg->dst_dev_type);
H A Dste_dma40_ll.h20 #define D40_TYPE_TO_EVENT(type) (type % 16) macro
H A Dste_dma40.c620 u32 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.src_dev_type);
629 u32 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.dst_dev_type);
1143 event_line = D40_TYPE_TO_EVENT(dev_type);
1273 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.dst_dev_type);
1276 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.src_dev_type);
1385 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.dst_dev_type);
1387 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.src_dev_type);

Completed in 539 milliseconds