HomeSort by relevance Sort by last modified time
    Searched refs:PHY_1000BTSR_1000FD (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
miiphy.h 113 #define PHY_1000BTSR_1000FD 0x0800
  /external/u-boot/common/
miiphyutil.c 415 (btsr & (PHY_1000BTSR_1000FD | PHY_1000BTSR_1000HD)))
474 if (btsr & PHY_1000BTSR_1000FD) {
  /external/u-boot/drivers/net/phy/
phy.c 324 if (gblpa & (PHY_1000BTSR_1000FD | PHY_1000BTSR_1000HD)) {
327 if (gblpa & PHY_1000BTSR_1000FD)
  /external/u-boot/drivers/net/
davinci_emac.c 515 if (lpa_val & PHY_1000BTSR_1000FD) {

Completed in 265 milliseconds