Searched refs:HP100_TX_IDLE (Results 1 – 2 of 2) sorted by relevance
405 #define HP100_TX_IDLE 0x40 /* 0:Yes, 1:No currently Txing pkts */ macro
1412 if ((hp100_inb(MAC_CFG_1) & (HP100_TX_IDLE | HP100_RX_IDLE)) == (HP100_TX_IDLE | HP100_RX_IDLE)) in hp100_BM_shutdown()2187 HP100_TX_EN | HP100_TX_IDLE, MAC_CFG_1); /* enable tx */ in hp100_set_multicast_list()2416 … if ((hp100_inb(MAC_CFG_1) & (HP100_TX_IDLE | HP100_RX_IDLE)) == (HP100_TX_IDLE | HP100_RX_IDLE)) { in hp100_stop_interface()