hpwdt_timer_con    42 drivers/watchdog/hpwdt.c static unsigned long __iomem *hpwdt_timer_con;
hpwdt_timer_con    63 drivers/watchdog/hpwdt.c 	return ioread8(hpwdt_timer_con) & 0x01;
hpwdt_timer_con    73 drivers/watchdog/hpwdt.c 	iowrite8(control, hpwdt_timer_con);
hpwdt_timer_con    84 drivers/watchdog/hpwdt.c 	data = ioread8(hpwdt_timer_con);
hpwdt_timer_con    86 drivers/watchdog/hpwdt.c 	iowrite8(data, hpwdt_timer_con);
hpwdt_timer_con   320 drivers/watchdog/hpwdt.c 	hpwdt_timer_con = pci_mem_addr + 0x72;