Searched refs:RCBA (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A DiTCO_wdt.c772 unsigned long RCBA; local
795 read RCBA from PCI Config space 0xf0 and use it as base.
796 GCS = RCBA + ICH6_GCS(0x3410). */
800 printk(KERN_ERR PFX "RCBA is disabled by hardware\n");
804 RCBA = base_address & 0xffffc000;
805 iTCO_wdt_private.gcs = ioremap((RCBA + 0x3410), 4);

Completed in 63 milliseconds