Home
last modified time | relevance | path

Searched refs:send_isa_command (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/watchdog/
Dpcwd.c217 static int send_isa_command(int cmd) in send_isa_command() function
256 i = send_isa_command(CMD_ISA_IDLE); in set_command_mode()
305 one = send_isa_command(CMD_ISA_VERSION_INTEGER); in pcwd_get_firmware()
306 ten = send_isa_command(CMD_ISA_VERSION_TENTH); in pcwd_get_firmware()
307 hund = send_isa_command(CMD_ISA_VERSION_HUNDRETH); in pcwd_get_firmware()
308 minor = send_isa_command(CMD_ISA_VERSION_MINOR); in pcwd_get_firmware()
323 option_switches = send_isa_command(CMD_ISA_SWITCH_SETTINGS); in pcwd_get_option_switches()
350 send_isa_command(CMD_ISA_DELAY_TIME_2SECS); in pcwd_show_card_info()