Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dwdt_pci.c102 static void wdtpci_ctr_mode(int ctr, int mode) in wdtpci_ctr_mode() function
137 wdtpci_ctr_mode(2, 0); /* Program CTR2 for Mode 0: in wdtpci_start()
153 wdtpci_ctr_mode(0, 3); /* Program CTR0 for Mode 3: in wdtpci_start()
155 wdtpci_ctr_mode(1, 2); /* Program CTR1 for Mode 2: in wdtpci_start()
157 wdtpci_ctr_mode(2, 1); /* Program CTR2 for Mode 1: in wdtpci_start()
203 wdtpci_ctr_mode(1, 2); /* Re-Program CTR1 for Mode 2: in wdtpci_ping()