Searched refs:htop1_res (Results 1 – 1 of 1) sorted by relevance
1277 struct resource *htop1_res; in sh_hdmi_probe() local1285 htop1_res = NULL; in sh_hdmi_probe()1287 htop1_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); in sh_hdmi_probe()1288 if (!htop1_res) { in sh_hdmi_probe()1367 if (htop1_res) { in sh_hdmi_probe()1368 hdmi->htop1 = ioremap(htop1_res->start, resource_size(htop1_res)); in sh_hdmi_probe()