Searched refs:phytype (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/net/ |
D | mcfmii.c | 138 uint phyno, phytype; in mii_discover_phy() local 157 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID1)); in mii_discover_phy() 159 printf("PHY type 0x%x pass %d type\n", phytype, pass); in mii_discover_phy() 161 if (phytype == 0xffff) in mii_discover_phy() 164 phytype <<= 16; in mii_discover_phy() 165 phytype |= in mii_discover_phy() 174 if (phyinfo[i].phyid == phytype) { in mii_discover_phy() 189 printf("0x%08x\n", phytype); in mii_discover_phy()
|
D | mpc8xx_fec.c | 754 uint phytype; in mii_discover_phy() local 768 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID2)); in mii_discover_phy() 769 if (phytype != 0xffff) { in mii_discover_phy() 771 phytype |= mii_send(mk_mii_read(phyno, in mii_discover_phy()
|
/external/autotest/server/ |
D | site_linux_system.py | 374 def _get_phy_for_frequency(self, frequency, phytype, spatial_streams): argument 413 preferred_bus = {'monitor': 'usb', 'managed': 'pci'}.get(phytype) 421 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): argument 462 frequency, phytype, spatial_streams) 470 if net_dev.phy == phy and net_dev.if_type == phytype: 478 if_name = lambda index: '%s%d' % (phytype, index) 483 if_type=phytype, inherited=False) 485 self.iw_runner.add_interface(phy, net_dev.if_name, phytype) 506 def get_configured_interface(self, phytype, spatial_streams=None, argument 521 phytype, spatial_streams, frequency, same_phy_as) [all …]
|
/external/u-boot/drivers/net/phy/ |
D | xilinx_phy.c | 103 u32 phytype; in xilinxphy_of_init() local 106 phytype = fdtdec_get_int(gd->fdt_blob, dev_of_offset(phydev->dev), in xilinxphy_of_init() 108 if (phytype == XAE_PHY_TYPE_1000BASE_X) in xilinxphy_of_init()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 2144 u8 op_class, channel, phytype; in handle_auth() local 2161 phytype = 8; /* dmg */ in handle_auth() 2163 phytype = 9; /* vht */ in handle_auth() 2165 phytype = 7; /* ht */ in handle_auth() 2168 phytype = 4; /* ofdm */ in handle_auth() 2171 phytype = 6; /* erp */ in handle_auth() 2173 phytype = 5; /* hrdsss */ in handle_auth() 2185 *pos++ = phytype; in handle_auth()
|