Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dimg-hash.c940 struct resource *hash_res; in img_hash_probe() local
971 hash_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); in img_hash_probe()
972 hdev->cpu_addr = devm_ioremap_resource(dev, hash_res); in img_hash_probe()
978 hdev->bus_addr = hash_res->start; in img_hash_probe()