Searched refs:stm32_hash (Results 1 – 2 of 2) sorted by relevance
152 static struct stm32_hash_device *stm32_hash; variable455 if (!stm32_hash) in stm32_hash_alloc()458 c->dev = stm32_hash; in stm32_hash_alloc()835 stm32_hash = calloc(1, sizeof(*stm32_hash)); in stm32_hash_probe()836 if (!stm32_hash) in stm32_hash_probe()839 stm32_hash->pdata = temp_pdata; in stm32_hash_probe()841 if (clk_enable(stm32_hash->pdata.clock)) { in stm32_hash_probe()843 clk_get_name(stm32_hash->pdata.clock)); in stm32_hash_probe()847 rev = io_read32(stm32_hash->pdata.base + _HASH_VERR); in stm32_hash_probe()851 if (stm32_hash->pdata.reset && in stm32_hash_probe()[all …]
4 srcs-$(CFG_STM32_HASH) += stm32_hash.c