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...] |