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 | 2774 u16 phy_tmp; in lem_smartspeed() local 2784 e1000_read_phy_reg(&sc->hw, PHY_1000T_STATUS, &phy_tmp); in lem_smartspeed() 2785 if (!(phy_tmp & SR_1000T_MS_CONFIG_FAULT)) in lem_smartspeed() 2787 e1000_read_phy_reg(&sc->hw, PHY_1000T_STATUS, &phy_tmp); in lem_smartspeed() 2788 if (phy_tmp & SR_1000T_MS_CONFIG_FAULT) { in lem_smartspeed() 2790 PHY_1000T_CTRL, &phy_tmp); in lem_smartspeed() 2791 if(phy_tmp & CR_1000T_MS_ENABLE) { in lem_smartspeed() 2792 phy_tmp &= ~CR_1000T_MS_ENABLE; in lem_smartspeed() 2794 PHY_1000T_CTRL, phy_tmp); in lem_smartspeed() 2799 PHY_CONTROL, &phy_tmp)) { in lem_smartspeed() [all …]
|