Searched refs:sha_res (Results 1 – 1 of 1) sorted by relevance
2560 struct resource *sha_res; in atmel_sha_probe() local2582 sha_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in atmel_sha_probe()2583 if (!sha_res) { in atmel_sha_probe()2588 sha_dd->phys_base = sha_res->start; in atmel_sha_probe()2612 sha_dd->io_base = devm_ioremap_resource(&pdev->dev, sha_res); in atmel_sha_probe()