option_switches   320 drivers/watchdog/pcwd.c 	int option_switches = 0;
option_switches   324 drivers/watchdog/pcwd.c 		option_switches = send_isa_command(CMD_ISA_SWITCH_SETTINGS);
option_switches   328 drivers/watchdog/pcwd.c 	return option_switches;
option_switches   333 drivers/watchdog/pcwd.c 	int option_switches;
option_switches   343 drivers/watchdog/pcwd.c 		option_switches = pcwd_get_option_switches();
option_switches   345 drivers/watchdog/pcwd.c 			option_switches,
option_switches   346 drivers/watchdog/pcwd.c 			((option_switches & 0x10) ? "ON" : "OFF"),
option_switches   347 drivers/watchdog/pcwd.c 			((option_switches & 0x08) ? "ON" : "OFF"));
option_switches   218 drivers/watchdog/pcwd_pci.c 	int option_switches;
option_switches   220 drivers/watchdog/pcwd_pci.c 	option_switches = inb_p(pcipcwd_private.io_addr + 3);
option_switches   221 drivers/watchdog/pcwd_pci.c 	return option_switches;
option_switches   228 drivers/watchdog/pcwd_pci.c 	int option_switches;
option_switches   238 drivers/watchdog/pcwd_pci.c 	option_switches = pcipcwd_get_option_switches();
option_switches   245 drivers/watchdog/pcwd_pci.c 		option_switches,
option_switches   246 drivers/watchdog/pcwd_pci.c 		((option_switches & 0x10) ? "ON" : "OFF"),
option_switches   247 drivers/watchdog/pcwd_pci.c 		((option_switches & 0x08) ? "ON" : "OFF"));
option_switches   611 drivers/watchdog/pcwd_usb.c 	unsigned char option_switches, dummy;
option_switches   702 drivers/watchdog/pcwd_usb.c 							&option_switches);
option_switches   705 drivers/watchdog/pcwd_usb.c 		option_switches,
option_switches   706 drivers/watchdog/pcwd_usb.c 		((option_switches & 0x10) ? "ON" : "OFF"),
option_switches   707 drivers/watchdog/pcwd_usb.c 		((option_switches & 0x08) ? "ON" : "OFF"));
option_switches   711 drivers/watchdog/pcwd_usb.c 		heartbeat = heartbeat_tbl[(option_switches & 0x07)];