Home
last modified time | relevance | path

Searched refs:BMCR_S10 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/dev/mii/
Dmii.h63 #define BMCR_S10 0x0000 /* 10 Mb/s */ macro
Dmii_physubr.c97 { BMCR_S10, ANAR_CSMA | ANAR_10,
101 { BMCR_S10|BMCR_FDX, ANAR_CSMA | ANAR_10_FD,
Dipgphy.c187 speed = BMCR_S10; in ipgphy_service()
Dciphy.c185 speed = BMCR_S10; in ciphy_service()
Datphy.c258 bmcr = BMCR_S10; in atphy_service()
Drgephy.c219 speed = BMCR_S10; in rgephy_service()
Dbrgphy.c355 speed = BMCR_S10; in brgphy_service()
/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_x550.c897 || (BMCR_SPEED(phydata) != BMCR_S10)))) { in ixgbe_setup_fw_link()
901 phydata |= BMCR_S10; in ixgbe_setup_fw_link()