Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dhpwdt.c53 static void __iomem *pci_mem_addr; /* the PCI-memory address */ variable
836 pci_mem_addr = pci_iomap(dev, 1, 0x80); in hpwdt_init_one()
837 if (!pci_mem_addr) { in hpwdt_init_one()
843 hpwdt_timer_reg = pci_mem_addr + 0x70; in hpwdt_init_one()
844 hpwdt_timer_con = pci_mem_addr + 0x72; in hpwdt_init_one()
874 pci_iounmap(dev, pci_mem_addr); in hpwdt_init_one()
887 pci_iounmap(dev, pci_mem_addr); in hpwdt_exit()