Searched refs:sha_res (Results 1 – 1 of 1) sorted by relevance
2750 struct resource *sha_res; in atmel_sha_probe() local2774 sha_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in atmel_sha_probe()2775 if (!sha_res) { in atmel_sha_probe()2780 sha_dd->phys_base = sha_res->start; in atmel_sha_probe()2805 sha_dd->io_base = devm_ioremap_resource(&pdev->dev, sha_res); in atmel_sha_probe()