Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dimg-hash.c944 struct resource *hash_res; in img_hash_probe() local
975 hash_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); in img_hash_probe()
976 hdev->cpu_addr = devm_ioremap_resource(dev, hash_res); in img_hash_probe()
982 hdev->bus_addr = hash_res->start; in img_hash_probe()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dimg-hash.c940 struct resource *hash_res; in img_hash_probe() local
969 hdev->cpu_addr = devm_platform_get_and_ioremap_resource(pdev, 1, &hash_res); in img_hash_probe()
974 hdev->bus_addr = hash_res->start; in img_hash_probe()

Completed in 4 milliseconds