Searched refs:phy_tmp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/usb/controller/ |
| H A D | generic_ehci_fdt.c | 181 struct phy_list *phy, *phy_tmp; in generic_ehci_fdt_detach() local 213 TAILQ_FOREACH_SAFE(phy, &sc->phy_list, next, phy_tmp) { in generic_ehci_fdt_detach()
|
| H A D | generic_ohci.c | 230 struct phy_list *phy, *phy_tmp; in generic_ohci_detach() local 273 TAILQ_FOREACH_SAFE(phy, &sc->phy_list, next, phy_tmp) { in generic_ohci_detach()
|
| /freebsd/sys/dev/e1000/ |
| H A D | if_em.c | 2759 u16 phy_tmp; in lem_smartspeed() local 2769 e1000_read_phy_reg(&sc->hw, PHY_1000T_STATUS, &phy_tmp); in lem_smartspeed() 2770 if (!(phy_tmp & SR_1000T_MS_CONFIG_FAULT)) in lem_smartspeed() 2772 e1000_read_phy_reg(&sc->hw, PHY_1000T_STATUS, &phy_tmp); in lem_smartspeed() 2773 if (phy_tmp & SR_1000T_MS_CONFIG_FAULT) { in lem_smartspeed() 2775 PHY_1000T_CTRL, &phy_tmp); in lem_smartspeed() 2776 if(phy_tmp & CR_1000T_MS_ENABLE) { in lem_smartspeed() 2777 phy_tmp &= ~CR_1000T_MS_ENABLE; in lem_smartspeed() 2779 PHY_1000T_CTRL, phy_tmp); in lem_smartspeed() 2784 PHY_CONTROL, &phy_tmp)) { in lem_smartspeed() [all …]
|