Searched refs:hd_address (Results 1 – 3 of 3) sorted by relevance
830 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc()936 hdp->hd_address = ioremap(addr.address.minimum, addr.address.address_length); in hpet_resources()937 if (!hdp->hd_address) in hpet_resources()941 iounmap(hdp->hd_address); in hpet_resources()950 hdp->hd_address = ioremap(fixmem32->address, in hpet_resources()952 if (!hdp->hd_address) in hpet_resources()956 iounmap(hdp->hd_address); in hpet_resources()997 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()998 if (data.hd_address) in hpet_acpi_add()999 iounmap(data.hd_address); in hpet_acpi_add()
97 void __iomem *hd_address; member
195 hd.hd_address = hpet_virt_address; in hpet_reserve_platform_timers()
Completed in 9 milliseconds