Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Ddcphy.c262 if (!(reg & DC_TSTAT_LS10) || !(reg & DC_TSTAT_LS100)) in dcphy_service()
308 if (!(tstat & DC_TSTAT_LS10) || !(tstat & DC_TSTAT_LS100)) in dcphy_status()
354 else if (!(tstat & DC_TSTAT_LS10)) in dcphy_status()
H A Dif_dcreg.h312 #define DC_TSTAT_LS10 0x00000004 /* link status of 10baseT */ macro
H A Dif_dc.c3114 IFM_10_T && (r & DC_TSTAT_LS10)) { in dc_tick()