Searched refs:sha_res (Results 1 – 1 of 1) sorted by relevance
2559 struct resource *sha_res; in atmel_sha_probe() local2581 sha_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in atmel_sha_probe()2582 if (!sha_res) { in atmel_sha_probe()2587 sha_dd->phys_base = sha_res->start; in atmel_sha_probe()2611 sha_dd->io_base = devm_ioremap_resource(&pdev->dev, sha_res); in atmel_sha_probe()