Searched refs:sdmac (Results 1 – 1 of 1) sorted by relevance
404 struct sdma_channel *sdmac; member699 static int sdma_config_ownership(struct sdma_channel *sdmac, in sdma_config_ownership() argument702 struct sdma_engine *sdma = sdmac->sdma; in sdma_config_ownership()703 int channel = sdmac->channel; in sdma_config_ownership()802 static void sdma_event_enable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_enable() argument804 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_enable()805 int channel = sdmac->channel; in sdma_event_enable()814 if (sdmac->sw_done) { in sdma_event_enable()822 static void sdma_event_disable(struct sdma_channel *sdmac, unsigned int event) in sdma_event_disable() argument824 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_disable()[all …]