Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/
Dskge.c207 gma_write16(hw, port, GM_GP_CTRL, in skge_wol_init()
2097 gma_write16(hw, port, GM_GP_CTRL, in yukon_mac_init()
2098 gma_read16(hw, port, GM_GP_CTRL) | reg); in yukon_mac_init()
2134 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_mac_init()
2234 gma_write16(hw, port, GM_GP_CTRL, in yukon_stop()
2235 gma_read16(hw, port, GM_GP_CTRL) in yukon_stop()
2237 gma_read16(hw, port, GM_GP_CTRL); in yukon_stop()
2304 reg = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_up()
2310 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_link_up()
2322 ctrl = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_down()
[all …]
Dsky2.c482 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_phy_init()
741 gma_write16(hw, port, GM_GP_CTRL, in sky2_phy_power_down()
792 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_enable_rx_tx()
794 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_enable_rx_tx()
839 gma_write16(hw, port, GM_GP_CTRL, in sky2_wol_init()
2079 ctrl = gma_read16(hw, port, GM_GP_CTRL); in sky2_hw_down()
2081 gma_write16(hw, port, GM_GP_CTRL, ctrl); in sky2_hw_down()
2211 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_link_down()
2213 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_link_down()
2404 ctl = gma_read16(hw, port, GM_GP_CTRL); in sky2_change_mtu()
[all …]
Dskge.h1620 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
Dsky2.h1633 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator