Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/
Dskge.c207 gma_write16(hw, port, GM_GP_CTRL, in skge_wol_init()
2101 gma_write16(hw, port, GM_GP_CTRL, in yukon_mac_init()
2102 gma_read16(hw, port, GM_GP_CTRL) | reg); in yukon_mac_init()
2138 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_mac_init()
2238 gma_write16(hw, port, GM_GP_CTRL, in yukon_stop()
2239 gma_read16(hw, port, GM_GP_CTRL) in yukon_stop()
2241 gma_read16(hw, port, GM_GP_CTRL); in yukon_stop()
2308 reg = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_up()
2314 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_link_up()
2326 ctrl = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_down()
[all …]
Dsky2.c483 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_phy_init()
742 gma_write16(hw, port, GM_GP_CTRL, in sky2_phy_power_down()
793 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_enable_rx_tx()
795 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_enable_rx_tx()
840 gma_write16(hw, port, GM_GP_CTRL, in sky2_wol_init()
2081 ctrl = gma_read16(hw, port, GM_GP_CTRL); in sky2_hw_down()
2083 gma_write16(hw, port, GM_GP_CTRL, ctrl); in sky2_hw_down()
2213 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_link_down()
2215 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_link_down()
2406 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