Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/dc/
H A Dif_dc.c1384 watchdogreg = CSR_READ_4(sc, DC_WATCHDOG); in dc_setcfg()
1387 CSR_WRITE_4(sc, DC_WATCHDOG, watchdogreg); in dc_setcfg()
1389 DC_SETBIT(sc, DC_WATCHDOG, DC_WDOG_JABBERDIS); in dc_setcfg()
1425 watchdogreg = CSR_READ_4(sc, DC_WATCHDOG); in dc_setcfg()
1428 CSR_WRITE_4(sc, DC_WATCHDOG, watchdogreg); in dc_setcfg()
1430 DC_SETBIT(sc, DC_WATCHDOG, DC_WDOG_JABBERDIS); in dc_setcfg()
1537 CSR_WRITE_4(sc, DC_WATCHDOG, 0); in dc_reset()
1659 CSR_WRITE_4(sc, DC_WATCHDOG, reg); in dc_apply_fixup()
1664 CSR_WRITE_4(sc, DC_WATCHDOG, reg); in dc_apply_fixup()
3324 CSR_WRITE_4(sc, DC_WATCHDOG, in dc_init()
[all …]
H A Dif_dcreg.h54 #define DC_WATCHDOG 0x78 /* SIA and general purpose port */ macro