sys/dev/pci/wdt.c
111
struct wdt_softc *wdt = (struct wdt_softc *)self;
sys/dev/pci/wdt.c
180
wdt_is501(struct wdt_softc *wdt)
sys/dev/pci/wdt.c
202
wdt_8254_count(struct wdt_softc *wdt, int counter, u_int16_t v)
sys/dev/pci/wdt.c
215
wdt_8254_mode(struct wdt_softc *wdt, int counter, int mode)
sys/dev/pci/wdt.c
230
struct wdt_softc *wdt = (struct wdt_softc *)self;
sys/dev/pci/wdt.c
268
wdt_timer_disable(struct wdt_softc *wdt)
sys/dev/pci/wdt.c
281
wdt_init_timer(struct wdt_softc *wdt)
sys/dev/pci/wdt.c
298
wdt_buzzer_off(struct wdt_softc *wdt)
sys/dev/pci/wdt.c
310
wdt_buzzer_enable(struct wdt_softc *wdt)
sys/dev/pci/wdt.c
323
wdt_buzzer_disable(struct wdt_softc *wdt)
sys/dev/pci/wdt.c
56
int wdt_is501(struct wdt_softc *);
sys/dev/pci/wdt.c
57
void wdt_8254_count(struct wdt_softc *, int, u_int16_t);
sys/dev/pci/wdt.c
58
void wdt_8254_mode(struct wdt_softc *, int, int);
sys/dev/pci/wdt.c
60
void wdt_init_timer(struct wdt_softc *);
sys/dev/pci/wdt.c
61
void wdt_buzzer_off(struct wdt_softc *);
sys/dev/pci/wdt.c
62
void wdt_timer_disable(struct wdt_softc *);
sys/dev/pci/wdt.c
63
void wdt_buzzer_enable(struct wdt_softc *);
sys/dev/pci/wdt.c
66
sizeof(struct wdt_softc), wdt_probe, wdt_attach,