Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/
Dhip04_eth.c98 #define GE_TX_PORT_EN BIT(2) macro
303 val |= GE_RX_PORT_EN | GE_TX_PORT_EN; in hip04_mac_enable()
330 val &= ~(GE_RX_PORT_EN | GE_TX_PORT_EN); in hip04_mac_disable()