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

  /external/u-boot/drivers/net/fm/
memac.c 73 u32 if_mode, if_status; local
76 if_mode = in_be32(&regs->if_mode);
82 if_mode &= ~IF_MODE_MASK;
83 if_mode |= IF_MODE_GMII;
87 if_mode |= (IF_MODE_GMII | IF_MODE_RG);
90 if_mode |= (IF_MODE_GMII | IF_MODE_RM);
95 if_mode &= ~IF_MODE_MASK;
96 if_mode |= (IF_MODE_GMII);
99 if_mode &= ~IF_MODE_MASK
    [all...]
  /external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh 68 if_mode=;
89 if_mode=${data#Mode:}
90 if_mode=${if_mode%% *};
263 progress "Start: $iface ($if_mode/$if_80211) ap $if_ap essid '$if_essid'";
  /external/u-boot/include/
fsl_memac.h 139 u32 if_mode; /* interface mode control */ member in struct:memac
210 /* IF_MODE - Interface Mode Register */
  /external/u-boot/drivers/qe/
uec.c 308 phy_interface_t if_mode, int speed)
321 enet_if_mode = if_mode;
    [all...]

Completed in 102 milliseconds