Searched refs:hd_address (Results 1 – 2 of 2) sorted by relevance
835 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc()930 hdp->hd_address = ioremap(addr.address.minimum, addr.address.address_length); in hpet_resources()931 if (!hdp->hd_address) in hpet_resources()935 iounmap(hdp->hd_address); in hpet_resources()944 hdp->hd_address = ioremap(fixmem32->address, in hpet_resources()946 if (!hdp->hd_address) in hpet_resources()950 iounmap(hdp->hd_address); in hpet_resources()992 if (!data.hd_address || !data.hd_nirqs) { in hpet_acpi_probe()993 if (data.hd_address) in hpet_acpi_probe()994 iounmap(data.hd_address); in hpet_acpi_probe()
97 void __iomem *hd_address; member