Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dimx-sdma.c470 static int sdma_config_ownership(struct sdma_channel *sdmac, in sdma_config_ownership() argument
473 struct sdma_engine *sdma = sdmac->sdma; in sdma_config_ownership()
474 int channel = sdmac->channel; in sdma_config_ownership()
576 static void sdma_event_enable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_enable() argument
578 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_enable()
579 int channel = sdmac->channel; in sdma_event_enable()
588 static void sdma_event_disable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_disable() argument
590 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_disable()
591 int channel = sdmac->channel; in sdma_event_disable()
600 static void sdma_handle_channel_loop(struct sdma_channel *sdmac) in sdma_handle_channel_loop() argument
[all …]