Searched refs:GM_GP_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/ |
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() 2105 gma_read16(hw, port, GM_GP_CTRL) | reg); 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() [all …]
|
D | sky2.c | 482 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() 2080 ctrl = gma_read16(hw, port, GM_GP_CTRL); in sky2_hw_down() 2082 gma_write16(hw, port, GM_GP_CTRL, ctrl); in sky2_hw_down() 2212 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_link_down() 2214 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_link_down() 2405 ctl = gma_read16(hw, port, GM_GP_CTRL); in sky2_change_mtu() [all …]
|
D | skge.h | 1620 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
|
D | sky2.h | 1633 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
|