Home
last modified time | relevance | path

Searched refs:GMC_PAUSE_ON (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsky2.h1660 GMC_PAUSE_ON = 1<<3, /* Pause On */ enumerator
Dskge.h1877 GMC_PAUSE_ON = 1<<3, /* Pause On */ enumerator
Dskge.c1682 skge_write32(hw, SK_REG(port, GMAC_CTRL), GMC_PAUSE_ON | GMC_RST_CLR); in yukon_mac_init()
1979 skge_write8(hw, SK_REG(port, GMAC_CTRL), GMC_PAUSE_ON); in yukon_phy_intr()
Dsky2.c1610 sky2_write8(hw, SK_REG(port, GMAC_CTRL), GMC_PAUSE_ON); in sky2_autoneg_done()
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgehw.h1479 #define GMC_PAUSE_ON BIT_3 /* Pause On */ macro
/linux-2.4.37.9/drivers/net/sk98lin/
Dskxmac2.c1139 SK_OUT32(IoC, MR_ADDR(Port, GMAC_CTRL), GMC_PAUSE_ON | GMC_RST_CLR); in SkGmClearRst()