Searched refs:hd_address (Results 1 – 2 of 2) sorted by relevance
833 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc()928 hdp->hd_address = ioremap(addr.address.minimum, addr.address.address_length); in hpet_resources()929 if (!hdp->hd_address) in hpet_resources()933 iounmap(hdp->hd_address); in hpet_resources()942 hdp->hd_address = ioremap(fixmem32->address, in hpet_resources()944 if (!hdp->hd_address) in hpet_resources()948 iounmap(hdp->hd_address); in hpet_resources()989 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_add()990 if (data.hd_address) in hpet_acpi_add()991 iounmap(data.hd_address); in hpet_acpi_add()
97 void __iomem *hd_address; member