![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (C) ST-Ericsson SA 2011 0004 * 0005 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson 0006 */ 0007 #ifndef _CRYPTO_UX500_H 0008 #define _CRYPTO_UX500_H 0009 #include <linux/dmaengine.h> 0010 #include <linux/platform_data/dma-ste-dma40.h> 0011 0012 struct hash_platform_data { 0013 void *mem_to_engine; 0014 bool (*dma_filter)(struct dma_chan *chan, void *filter_param); 0015 }; 0016 0017 struct cryp_platform_data { 0018 struct stedma40_chan_cfg mem_to_engine; 0019 struct stedma40_chan_cfg engine_to_mem; 0020 }; 0021 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |