Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dwdt_pci.c98 static void wdtpci_ctr_mode(int ctr, int mode) in wdtpci_ctr_mode() function
133 wdtpci_ctr_mode(2, 0); /* Program CTR2 for Mode 0: in wdtpci_start()
149 wdtpci_ctr_mode(0, 3); /* Program CTR0 for Mode 3: in wdtpci_start()
151 wdtpci_ctr_mode(1, 2); /* Program CTR1 for Mode 2: in wdtpci_start()
153 wdtpci_ctr_mode(2, 1); /* Program CTR2 for Mode 1: in wdtpci_start()
199 wdtpci_ctr_mode(1, 2); /* Re-Program CTR1 for Mode 2: in wdtpci_ping()