Searched refs:PP_TxCol (Results 1 – 4 of 4) sorted by relevance
199 #define PP_TxCol 0x0132 /* Transmit collision counter */ macro
57 #define PP_TxCol 0x0132 /* Transmit Collision Count */ macro
510 dev->stats.collisions += (readreg(dev, PP_TxCol) >> 6); in net_get_stats()
1126 dev->stats.collisions += (readreg(dev, PP_TxCol) >> 6); in net_get_stats()