Searched refs:GM_GP_CTRL (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | skge.c | 206 gma_write16(hw, port, GM_GP_CTRL, in skge_wol_init() 2104 gma_write16(hw, port, GM_GP_CTRL, in yukon_mac_init() 2141 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_mac_init() 2241 gma_write16(hw, port, GM_GP_CTRL, in yukon_stop() 2242 gma_read16(hw, port, GM_GP_CTRL) in yukon_stop() 2244 gma_read16(hw, port, GM_GP_CTRL); in yukon_stop() 2311 reg = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_up() 2317 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_link_up() 2329 ctrl = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_down() 2331 gma_write16(hw, port, GM_GP_CTRL, ctrl); in yukon_link_down() [all …]
|
H A D | sky2.c | 481 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_phy_init() 740 gma_write16(hw, port, GM_GP_CTRL, in sky2_phy_power_down() 791 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_enable_rx_tx() 793 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_enable_rx_tx() 838 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 …]
|
H A D | skge.h | 1620 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
|
H A D | sky2.h | 1633 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
|