Home
last modified time | relevance | path

Searched refs:phy_tmp (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_em.c1923 uint16_t phy_tmp = 0; in em_hardware_init() local
1927 phy_tmp &= ~IGP02E1000_PM_SPD; in em_hardware_init()
2101 uint16_t phy_tmp; in em_smartspeed() local
2116 &phy_tmp); in em_smartspeed()
2117 if (phy_tmp & CR_1000T_MS_ENABLE) { in em_smartspeed()
2118 phy_tmp &= ~CR_1000T_MS_ENABLE; in em_smartspeed()
2120 PHY_1000T_CTRL, phy_tmp); in em_smartspeed()
2125 &phy_tmp)) { in em_smartspeed()
2129 PHY_CTRL, phy_tmp); in em_smartspeed()
2137 phy_tmp |= CR_1000T_MS_ENABLE; in em_smartspeed()
[all …]