HomeSort by: relevance | last modified time | path
    Searched defs:phytype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wm.c 12162 device_printf(dev, "%s: PHYTYPE = %d, addr 0x%x > 0x1f\n",
12215 device_printf(dev, "%s: PHYTYPE = %d, addr 0x%x > 0x1f\n",
12297 "%s: PHYTYPE = 0x%x, addr = 0x%02x\n",
12350 "%s: PHYTYPE == 0x%x, addr = 0x%02x",
12918 device_printf(dev, "%s: PHYTYPE = %d, addr 0x%x > 0x1f\n",
12950 device_printf(dev, "%s: PHYTYPE = %d, addr 0x%x > 0x1f\n",
17229 int phytype = sc->sc_phytype; local in function:wm_hv_phy_workarounds_ich8lan
17237 if (phytype == WMPHY_82577)
17247 (((phytype == WMPHY_82577) && ((phyrev == 1) || (phyrev == 2))) ||
17248 ((phytype == WMPHY_82578) && (phyrev == 1))))
    [all...]
  /src/sys/dev/ic/
bwi.c 1026 * Setup ratesets, phytype, channels and get MAC address
3065 uint8_t phyrev, phytype, phyver; local in function:bwi_phy_attach
3072 phytype = __SHIFTOUT(val, BWI_PHYINFO_TYPE_MASK);
3075 phytype, phyrev, phyver);
3081 switch (phytype) {
3125 phytype);

Completed in 28 milliseconds