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

/linux-4.4.14/drivers/crypto/
H A Dimg-hash.c881 struct resource *hash_res; img_hash_probe() local
903 hash_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); img_hash_probe()
905 hdev->io_base = devm_ioremap_resource(dev, hash_res); img_hash_probe()
914 hash_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); img_hash_probe()
915 hdev->cpu_addr = devm_ioremap_resource(dev, hash_res); img_hash_probe()
921 hdev->bus_addr = hash_res->start; img_hash_probe()

Completed in 64 milliseconds