Searched refs:ETH_TCR (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arm/at91/
H A Dat91emacreg.h40 #define ETH_TCR 0x10U /* 0x10: Transmit Control Register */ macro
H A Dat91emac.c150 EMAC_WRITE(ETH_TCR, 0); // send nothing
343 EMAC_WRITE(ETH_TCR, 0); // send nothing
683 EMAC_WRITE(ETH_TCR, m->m_pkthdr.len);
739 EMAC_WRITE(ETH_TCR, 0); // send nothing
/netbsd-current/sys/dev/cadence/
H A Dcemacreg.h43 #define ETH_TCR 0x10U /* 0x10: Transmit Control Register (at91rm9200 only) */ macro
H A Dif_cemac.c199 //CEMAC_WRITE(ETH_TCR, 0); // send nothing
429 // CEMAC_WRITE(ETH_TCR, 0); // send nothing
866 CEMAC_WRITE(ETH_TCR, m->m_pkthdr.len);
948 // CEMAC_WRITE(ETH_TCR, 0); // send nothing

Completed in 137 milliseconds