Lines Matching defs:address
54 /* Dog Food address - We use the game port address */
55 static unsigned short address;
64 #define BASE_REG 0x60 /* LDN Register: Base address */
146 inb(address);
359 static int __init it8712f_wdt_find(unsigned short *address)
378 *address = superio_inw(BASE_REG);
379 if (*address == 0) {
380 pr_err("Base address not set, skipping\n");
394 pr_info("Found IT%04xF chip revision %d - using DogFood address 0x%x\n",
395 chip_type, revision, *address);
406 if (it8712f_wdt_find(&address))
409 if (!request_region(address, 1, "IT8712F Watchdog")) {
439 release_region(address, 1);
447 release_region(address, 1);