Home
last modified time | relevance | path

Searched refs:TCR_EN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/aurora/
Dnb8800.h96 #define TCR_EN BIT(0) macro
Dnb8800.c176 while (nb8800_readl(priv, NB8800_TXC_CR) & TCR_EN) in nb8800_mac_tx()
370 if (txc_cr & TCR_EN) in __nb8800_tx_dma_start()
375 nb8800_writel(priv, NB8800_TXC_CR, txc_cr | TCR_EN); in __nb8800_tx_dma_start()
893 !(txcr & TCR_EN) && in nb8800_dma_stop()
921 nb8800_writel(priv, NB8800_TXC_CR, txcr | TCR_EN); in nb8800_dma_stop()