Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/lan865x/
H A Dlan865x.c16 #define LAN865X_REG_MAC_NET_CTL 0x00010000 macro
259 if (oa_tc6_read_register(priv->tc6, LAN865X_REG_MAC_NET_CTL, &regval)) in lan865x_hw_disable()
264 if (oa_tc6_write_register(priv->tc6, LAN865X_REG_MAC_NET_CTL, regval)) in lan865x_hw_disable()
290 if (oa_tc6_read_register(priv->tc6, LAN865X_REG_MAC_NET_CTL, &regval)) in lan865x_hw_enable()
295 if (oa_tc6_write_register(priv->tc6, LAN865X_REG_MAC_NET_CTL, regval)) in lan865x_hw_enable()