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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dpcwd.c322 int option_switches = 0; local
326 option_switches = send_isa_command(CMD_ISA_SWITCH_SETTINGS);
330 return option_switches;
335 int option_switches; local
347 option_switches = pcwd_get_option_switches();
350 option_switches,
351 ((option_switches & 0x10) ? "ON" : "OFF"),
352 ((option_switches & 0x08) ? "ON" : "OFF"));
H A Dpcwd_pci.c224 int option_switches; local
226 option_switches = inb_p(pcipcwd_private.io_addr + 3);
227 return option_switches;
234 int option_switches; local
244 option_switches = pcipcwd_get_option_switches();
253 option_switches,
254 ((option_switches & 0x10) ? "ON" : "OFF"),
255 ((option_switches & 0x08) ? "ON" : "OFF"));
H A Dpcwd_usb.c626 unsigned char option_switches, dummy; local
721 &option_switches);
725 option_switches,
726 ((option_switches & 0x10) ? "ON" : "OFF"),
727 ((option_switches & 0x08) ? "ON" : "OFF"));
731 heartbeat = heartbeat_tbl[(option_switches & 0x07)];

Completed in 134 milliseconds