Searched refs:GM_GP_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 217 gma_write16(hw, port, GM_GP_CTRL, in skge_wol_init() 2095 gma_write16(hw, port, GM_GP_CTRL, in yukon_mac_init() 2096 gma_read16(hw, port, GM_GP_CTRL) | reg); in yukon_mac_init() 2132 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_mac_init() 2232 gma_write16(hw, port, GM_GP_CTRL, in yukon_stop() 2233 gma_read16(hw, port, GM_GP_CTRL) in yukon_stop() 2235 gma_read16(hw, port, GM_GP_CTRL); in yukon_stop() 2302 reg = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_up() 2308 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_link_up() 2320 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() 2430 ctl = gma_read16(hw, port, GM_GP_CTRL); in sky2_change_mtu() [all …]
|
D | skge.h | 1625 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
|
D | sky2.h | 1638 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
|