Home
last modified time | relevance | path

Searched refs:MAC_TCR (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_regs.h76 MAC_TCR, /* MAC Tx Config */
H A Daxgbe_rxtx.c657 AXGMAC_IOWRITE_BITS(pdata, MAC_TCR, TE, 0); in axgbe_dev_disable_tx()
685 AXGMAC_IOWRITE_BITS(pdata, MAC_TCR, TE, 1); in axgbe_dev_enable_tx()
H A Daxgbe_dev.c216 if (AXGMAC_IOREAD_BITS(pdata, MAC_TCR, SS) != ss) in axgbe_set_speed()
217 AXGMAC_IOWRITE_BITS(pdata, MAC_TCR, SS, ss); in axgbe_set_speed()
H A Daxgbe_common.h234 #define MAC_TCR 0x0000 macro