Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/mii_layer/
H A Ddcphy.c156 CSR_WRITE_4(dc_sc, DC_10BTSTAT, 0); in dcphy_attach()
304 reg = CSR_READ_4(dc_sc, DC_10BTSTAT); in dcphy_service()
350 reg = CSR_READ_4(dc_sc, DC_10BTSTAT); in dcphy_status()
356 tstat = CSR_READ_4(dc_sc, DC_10BTSTAT); in dcphy_status()
432 DC_SETBIT(dc_sc, DC_10BTSTAT, DC_ASTAT_TXDISABLE); in dcphy_auto()
/dragonfly/sys/dev/netif/dc/
H A Dif_dcreg.h51 #define DC_10BTSTAT 0x60 /* SIA status */ macro
H A Dif_dc.c2730 r = CSR_READ_4(sc, DC_10BTSTAT); in dc_tick()