Home
last modified time | relevance | path

Searched refs:ETH_TSR_IDLE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/arm/at91/
H A Dat91emacreg.h132 #define ETH_TSR_IDLE 0x08U /* 1 = transmitter idle */ macro
H A Dat91emac.c154 | ETH_TSR_IDLE | ETH_TSR_RLE in emac_attach()
191 while (sc->txqc > (tsr & ETH_TSR_IDLE ? 0 : 1)) { in emac_gctx()
347 | ETH_TSR_IDLE | ETH_TSR_RLE in emac_init()
743 | ETH_TSR_IDLE | ETH_TSR_RLE in emac_ifstop()
/netbsd-src/sys/dev/cadence/
H A Dif_cemac.c182 | ETH_TSR_IDLE | ETH_TSR_RLE in cemac_attach_common()
224 (tsr & ETH_TSR_IDLE ? 0 : 1))) { in cemac_attach_common()
466 | ETH_TSR_IDLE | ETH_TSR_RLE in cemac_init()
1074 | ETH_TSR_IDLE | ETH_TSR_RLE in cemac_setaddr()
H A Dcemacreg.h187 #define ETH_TSR_IDLE __BIT(3) /* 1 = transmitter idle */
184 #define ETH_TSR_IDLE global() macro