Searched refs:hd_address (Results 1 – 3 of 3) sorted by relevance
832 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc()927 hdp->hd_address = ioremap(addr.address.minimum, addr.address.address_length); in hpet_resources()928 if (!hdp->hd_address) in hpet_resources()932 iounmap(hdp->hd_address); in hpet_resources()941 hdp->hd_address = ioremap(fixmem32->address, in hpet_resources()943 if (!hdp->hd_address) in hpet_resources()947 iounmap(hdp->hd_address); in hpet_resources()988 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()989 if (data.hd_address) in hpet_acpi_add()990 iounmap(data.hd_address); in hpet_acpi_add()
97 void __iomem *hd_address; member
197 hd.hd_address = hpet_virt_address; in hpet_reserve_platform_timers()