Searched refs:hd_address (Results 1 – 3 of 3) sorted by relevance
854 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc()960 hdp->hd_address = ioremap(addr.address.minimum, addr.address.address_length); in hpet_resources()961 if (!hdp->hd_address) in hpet_resources()965 iounmap(hdp->hd_address); in hpet_resources()974 hdp->hd_address = ioremap(fixmem32->address, in hpet_resources()976 if (!hdp->hd_address) in hpet_resources()980 iounmap(hdp->hd_address); in hpet_resources()1021 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()1022 if (data.hd_address) in hpet_acpi_add()1023 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()