Home
last modified time | relevance | path

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

/drivers/crypto/caam/
Dctrl.c496 struct caam_imx_data { struct
508 static const struct caam_imx_data caam_imx6_data = { argument
518 static const struct caam_imx_data caam_imx7_data = {
529 static const struct caam_imx_data caam_imx6ul_data = {
538 static const struct caam_imx_data caam_vf610_data = {
560 static int init_clocks(struct device *dev, const struct caam_imx_data *data) in init_clocks()