Searched refs:ssr (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/mii/ |
H A D | rgephy.c | 312 uint16_t ssr; in rgephy_status() local 342 ssr = PHY_READ(sc, RGEPHY_F_MII_SSR); in rgephy_status() 343 switch (ssr & RGEPHY_F_SSR_SPD_MASK) { in rgephy_status() 357 if (ssr & RGEPHY_F_SSR_FDX) in rgephy_status() 363 ssr = PHY_READ(sc, RGEPHY_MII_SSR); in rgephy_status() 364 switch (ssr & RGEPHY_SSR_SPD_MASK) { in rgephy_status() 378 if (ssr & RGEPHY_SSR_FDX) in rgephy_status() 522 uint16_t pcr, ssr; in rgephy_reset() local 534 ssr = PHY_READ(sc, RGEPHY_MII_SSR); in rgephy_reset() 535 if ((ssr & RGEPHY_SSR_ALDPS) != 0) { in rgephy_reset() [all …]
|
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/mii/ |
H A D | jmphy.c | 164 int bmcr, ssr; in jmphy_status() local 169 ssr = PHY_READ(sc, JMPHY_SSR); in jmphy_status() 170 if ((ssr & JMPHY_SSR_LINK_UP) != 0) in jmphy_status() 183 if ((ssr & JMPHY_SSR_SPD_DPLX_RESOLVED) == 0) { in jmphy_status() 189 switch ((ssr & JMPHY_SSR_SPEED_MASK)) { in jmphy_status() 212 if ((ssr & JMPHY_SSR_DUPLEX) != 0) in jmphy_status()
|
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/mii/ |
H A D | atphy.c | 212 uint32_t bmsr, bmcr, ssr; in atphy_status() local 231 ssr = PHY_READ(sc, ATPHY_SSR); in atphy_status() 232 if ((ssr & ATPHY_SSR_SPD_DPLX_RESOLVED) == 0) { in atphy_status() 238 switch (ssr & ATPHY_SSR_SPEED_MASK) { in atphy_status() 261 if ((ssr & ATPHY_SSR_DUPLEX) != 0) in atphy_status()
|
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/mii/ |
H A D | e1000phy.c | 412 int bmcr, bmsr, ssr; in e1000phy_status() local 419 ssr = PHY_READ(sc, E1000_SSR); in e1000phy_status() 428 (ssr & E1000_SSR_SPD_DPLX_RESOLVED) == 0) { in e1000phy_status() 435 switch (ssr & E1000_SSR_SPEED) { in e1000phy_status() 457 if (ssr & E1000_SSR_DUPLEX) { in e1000phy_status()
|
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/mii/ |
H A D | e1000phy.c | 412 int bmcr, bmsr, ssr; in e1000phy_status() local 419 ssr = PHY_READ(sc, E1000_SSR); in e1000phy_status() 428 (ssr & E1000_SSR_SPD_DPLX_RESOLVED) == 0) { in e1000phy_status() 435 switch (ssr & E1000_SSR_SPEED) { in e1000phy_status() 457 if (ssr & E1000_SSR_DUPLEX) { in e1000phy_status()
|