Home
last modified time | relevance | path

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

/linux/drivers/crypto/amcc/
H A Dcrypto4xx_trng.c30 struct crypto4xx_device *dev = (void *)rng->priv; in ppc4xx_trng_data_present()
47 struct crypto4xx_device *dev = (void *)rng->priv; in ppc4xx_trng_data_read()
52 static void ppc4xx_trng_enable(struct crypto4xx_device *dev, bool enable) in ppc4xx_trng_enable()
73 struct crypto4xx_device *dev = core_dev->dev; in ppc4xx_trng_probe()
120 struct crypto4xx_device *dev = core_dev->dev; in ppc4xx_trng_remove()
H A Dcrypto4xx_core.h46 struct crypto4xx_device;
56 struct crypto4xx_device *dev;
74 struct crypto4xx_device { struct
108 struct crypto4xx_device *dev; argument
118 struct crypto4xx_device *dev;
145 struct crypto4xx_device *dev;
75 core_devcrypto4xx_device global() argument
76 ce_basecrypto4xx_device global() argument
77 trng_basecrypto4xx_device global() argument
79 pdrcrypto4xx_device global() argument
80 pdr_pacrypto4xx_device global() argument
81 gdrcrypto4xx_device global() argument
82 gdr_pacrypto4xx_device global() argument
83 sdrcrypto4xx_device global() argument
84 sdr_pacrypto4xx_device global() argument
H A Dcrypto4xx_core.c50 static void crypto4xx_hw_init(struct crypto4xx_device *dev) in crypto4xx_hw_init()
167 static u32 crypto4xx_build_pdr(struct crypto4xx_device *dev) in crypto4xx_build_pdr()
216 static void crypto4xx_destroy_pdr(struct crypto4xx_device *dev) in crypto4xx_destroy_pdr()
236 static u32 crypto4xx_get_pd_from_pdr_nolock(struct crypto4xx_device *dev) in crypto4xx_get_pd_from_pdr_nolock()
252 static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx) in crypto4xx_put_pd_to_pdr()
276 static u32 crypto4xx_build_gdr(struct crypto4xx_device *dev) in crypto4xx_build_gdr()
287 static inline void crypto4xx_destroy_gdr(struct crypto4xx_device *dev) in crypto4xx_destroy_gdr()
299 static u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_gd()
321 static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev) in crypto4xx_put_gd_to_gdr()
341 static inline struct ce_gd *crypto4xx_get_gdp(struct crypto4xx_device *de
[all...]