Searched refs:hpdma (Results 1 – 4 of 4) sorted by relevance
284 static void stm32_hpdma_pm_resume(struct hpdma_pdata *hpdma) in stm32_hpdma_pm_resume() argument286 if (apply_rif_config(hpdma, true)) in stm32_hpdma_pm_resume()290 static void stm32_hpdma_pm_suspend(struct hpdma_pdata *hpdma) in stm32_hpdma_pm_suspend() argument295 hpdma->conf_data->cid_confs[i] = io_read32(hpdma->base + in stm32_hpdma_pm_suspend()299 hpdma->conf_data->priv_conf[0] = io_read32(hpdma->base + in stm32_hpdma_pm_suspend()302 hpdma->conf_data->sec_conf[0] = io_read32(hpdma->base + in stm32_hpdma_pm_suspend()305 hpdma->conf_data->lock_conf[0] = io_read32(hpdma->base + in stm32_hpdma_pm_suspend()313 hpdma->conf_data->access_mask[0] = GENMASK_32(HPDMA_RIF_CHANNELS - 1, in stm32_hpdma_pm_suspend()321 struct hpdma_pdata *hpdma = pm_handle->handle; in stm32_hpdma_pm() local332 res = clk_enable(hpdma->hpdma_clock); in stm32_hpdma_pm()[all …]
18 hpdma_lli: hpdma-lli@a020000 {