Searched refs:sha_res (Results 1 – 1 of 1) sorted by relevance
2747 struct resource *sha_res; in atmel_sha_probe() local2771 sha_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in atmel_sha_probe()2772 if (!sha_res) { in atmel_sha_probe()2777 sha_dd->phys_base = sha_res->start; in atmel_sha_probe()2801 sha_dd->io_base = devm_ioremap_resource(&pdev->dev, sha_res); in atmel_sha_probe()