Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dskge.c1368 gma_write16(hw, port, GM_GP_CTRL, in yukon_mac_init()
1369 gma_read16(hw, port, GM_GP_CTRL) | reg); in yukon_mac_init()
1405 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_mac_init()
1502 gma_write16(hw, port, GM_GP_CTRL, in yukon_stop()
1503 gma_read16(hw, port, GM_GP_CTRL) in yukon_stop()
1505 gma_read16(hw, port, GM_GP_CTRL); in yukon_stop()
1535 reg = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_up()
1541 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_link_up()
1553 ctrl = gma_read16(hw, port, GM_GP_CTRL); in yukon_link_down()
1555 gma_write16(hw, port, GM_GP_CTRL, ctrl); in yukon_link_down()
Dsky2.c449 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_phy_init()
640 gma_write16(hw, port, GM_GP_CTRL, in sky2_phy_power_down()
1339 ctrl = gma_read16(hw, port, GM_GP_CTRL); in sky2_down()
1341 gma_write16(hw, port, GM_GP_CTRL, ctrl); in sky2_down()
1421 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_link_up()
1423 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_link_up()
1447 reg = gma_read16(hw, port, GM_GP_CTRL); in sky2_link_down()
1449 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_link_down()
Dsky2.h1491 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator
Dskge.h1681 GM_GP_CTRL = 0x0004, /* 16 bit r/w General Purpose Control */ enumerator