Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dctrl.c862 const struct soc_device_attribute *imx_soc_match; in caam_probe() local
883 imx_soc_match = soc_device_match(caam_imx_soc_table); in caam_probe()
884 if (!imx_soc_match && of_match_node(imx8m_machine_match, of_root)) in caam_probe()
887 caam_imx = (bool)imx_soc_match; in caam_probe()
891 if (imx_soc_match) { in caam_probe()
903 if (!imx_soc_match->data) { in caam_probe()
908 imx_soc_data = imx_soc_match->data; in caam_probe()
916 ret = init_clocks(dev, imx_soc_match->data); in caam_probe()