Searched refs:option_switches (Results 1 – 3 of 3) sorted by relevance
218 int option_switches; in pcipcwd_get_option_switches() local220 option_switches = inb_p(pcipcwd_private.io_addr + 3); in pcipcwd_get_option_switches()221 return option_switches; in pcipcwd_get_option_switches()228 int option_switches; in pcipcwd_show_card_info() local238 option_switches = pcipcwd_get_option_switches(); in pcipcwd_show_card_info()245 option_switches, in pcipcwd_show_card_info()246 ((option_switches & 0x10) ? "ON" : "OFF"), in pcipcwd_show_card_info()247 ((option_switches & 0x08) ? "ON" : "OFF")); in pcipcwd_show_card_info()
320 int option_switches = 0; in pcwd_get_option_switches() local324 option_switches = send_isa_command(CMD_ISA_SWITCH_SETTINGS); in pcwd_get_option_switches()328 return option_switches; in pcwd_get_option_switches()333 int option_switches; in pcwd_show_card_info() local343 option_switches = pcwd_get_option_switches(); in pcwd_show_card_info()345 option_switches, in pcwd_show_card_info()346 ((option_switches & 0x10) ? "ON" : "OFF"), in pcwd_show_card_info()347 ((option_switches & 0x08) ? "ON" : "OFF")); in pcwd_show_card_info()
613 unsigned char option_switches, dummy; in usb_pcwd_probe() local704 &option_switches); in usb_pcwd_probe()707 option_switches, in usb_pcwd_probe()708 ((option_switches & 0x10) ? "ON" : "OFF"), in usb_pcwd_probe()709 ((option_switches & 0x08) ? "ON" : "OFF")); in usb_pcwd_probe()713 heartbeat = heartbeat_tbl[(option_switches & 0x07)]; in usb_pcwd_probe()