Home
last modified time | relevance | path

Searched refs:pci_mem_addr (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/watchdog/
Dhpwdt.c53 static void __iomem *pci_mem_addr; /* the PCI-memory address */ variable
822 pci_mem_addr = pci_iomap(dev, 1, 0x80); in hpwdt_init_one()
823 if (!pci_mem_addr) { in hpwdt_init_one()
829 hpwdt_timer_reg = pci_mem_addr + 0x70; in hpwdt_init_one()
830 hpwdt_timer_con = pci_mem_addr + 0x72; in hpwdt_init_one()
860 pci_iounmap(dev, pci_mem_addr); in hpwdt_init_one()
873 pci_iounmap(dev, pci_mem_addr); in hpwdt_exit()