Searched refs:DC_WATCHDOG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 1413 watchdogreg = CSR_READ_4(sc, DC_WATCHDOG); in dc_setcfg() 1416 CSR_WRITE_4(sc, DC_WATCHDOG, watchdogreg); in dc_setcfg() 1418 DC_SETBIT(sc, DC_WATCHDOG, DC_WDOG_JABBERDIS); in dc_setcfg() 1446 watchdogreg = CSR_READ_4(sc, DC_WATCHDOG); in dc_setcfg() 1449 CSR_WRITE_4(sc, DC_WATCHDOG, watchdogreg); in dc_setcfg() 1451 DC_SETBIT(sc, DC_WATCHDOG, DC_WDOG_JABBERDIS); in dc_setcfg() 1551 CSR_WRITE_4(sc, DC_WATCHDOG, 0); in dc_reset() 1620 CSR_WRITE_4(sc, DC_WATCHDOG, reg); in dc_apply_fixup() 1625 CSR_WRITE_4(sc, DC_WATCHDOG, reg); in dc_apply_fixup() 3725 CSR_WRITE_4(sc, DC_WATCHDOG, DC_WDOG_JABBERCLK | in dc_init_locked() [all …]
|
H A D | if_dcreg.h | 54 #define DC_WATCHDOG 0x78 /* SIA and general purpose port */ macro
|