Home
last modified time | relevance | path

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

/linux/sound/x86/
H A Dintel_hdmi_audio.c1672 struct resource *res_mmio; in __hdmi_lpe_audio_probe() local
1686 res_mmio = platform_get_resource(pdev, IORESOURCE_MEM, 0); in __hdmi_lpe_audio_probe()
1687 if (!res_mmio) { in __hdmi_lpe_audio_probe()
1727 __func__, (unsigned int)res_mmio->start, in __hdmi_lpe_audio_probe()
1728 (unsigned int)res_mmio->end); in __hdmi_lpe_audio_probe()
1731 devm_ioremap(&pdev->dev, res_mmio->start, in __hdmi_lpe_audio_probe()
1732 (size_t)(resource_size(res_mmio))); in __hdmi_lpe_audio_probe()