Searched refs:GM_GP_CTRL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | skge.c | 217 gma_write16(hw, port, GM_GP_CTRL, in skge_wol_init() 2106 gma_write16(hw, port, GM_GP_CTRL, in yukon_mac_init() 2107 gma_read16(hw, port, GM_GP_CTRL) | reg); in yukon_mac_init() 2143 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_mac_init() 2243 gma_write16(hw, port, GM_GP_CTRL, in yukon_stop() 2244 gma_read16(hw, port, GM_GP_CTRL) in yukon_stop() 2246 gma_read16(hw, port, GM_GP_CTRL); in yukon_stop() 2313 reg = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_up() 2319 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_link_up() 2331 ctrl = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_down() [all …]
|
D | sky2.c | 493 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_phy_init() 752 gma_write16(hw, port, GM_GP_CTRL, in sky2_phy_power_down() 803 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_enable_rx_tx() 805 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_enable_rx_tx() 850 gma_write16(hw, port, GM_GP_CTRL, in sky2_wol_init() 2095 ctrl = gma_read16(hw, port, GM_GP_CTRL); in sky2_hw_down() 2097 gma_write16(hw, port, GM_GP_CTRL, ctrl); in sky2_hw_down() 2227 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_link_down() 2229 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_link_down() 2420 ctl = gma_read16(hw, port, GM_GP_CTRL); in sky2_change_mtu() [all …]
|
D | skge.h | 1626 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
|
D | sky2.h | 1639 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
|