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 | 4605 u16 phy_tmp; in lem_smartspeed() local 4617 e1000_read_phy_reg(&sc->hw, PHY_1000T_STATUS, &phy_tmp); in lem_smartspeed() 4618 if (!(phy_tmp & SR_1000T_MS_CONFIG_FAULT)) in lem_smartspeed() 4620 e1000_read_phy_reg(&sc->hw, PHY_1000T_STATUS, &phy_tmp); in lem_smartspeed() 4621 if (phy_tmp & SR_1000T_MS_CONFIG_FAULT) { in lem_smartspeed() 4623 PHY_1000T_CTRL, &phy_tmp); in lem_smartspeed() 4624 if(phy_tmp & CR_1000T_MS_ENABLE) { in lem_smartspeed() 4625 phy_tmp &= ~CR_1000T_MS_ENABLE; in lem_smartspeed() 4627 PHY_1000T_CTRL, phy_tmp); in lem_smartspeed() 4632 PHY_CONTROL, &phy_tmp)) { in lem_smartspeed() [all …]
|