Home
last modified time | relevance | path

Searched refs:htop1_res (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_hdmi.c1277 struct resource *htop1_res; in sh_hdmi_probe() local
1285 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()