Searched refs:TCR_EN (Results 1 – 2 of 2) sorted by relevance
166 while (nb8800_readl(priv, NB8800_TXC_CR) & TCR_EN) in nb8800_mac_tx()359 if (txc_cr & TCR_EN) in __nb8800_tx_dma_start()364 nb8800_writel(priv, NB8800_TXC_CR, txc_cr | TCR_EN); in __nb8800_tx_dma_start()884 !(txcr & TCR_EN) && in nb8800_dma_stop()912 nb8800_writel(priv, NB8800_TXC_CR, txcr | TCR_EN); in nb8800_dma_stop()
97 #define TCR_EN BIT(0) macro