Searched refs:gphy (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c1082 uint32_t gphy; local
1092 gphy = CSR_READ_4(sc, ALC_GPHY_CFG);
1093 gphy &= ~(GPHY_CFG_EXT_RESET | GPHY_CFG_LED_MODE |
1095 gphy |= GPHY_CFG_HIB_EN | GPHY_CFG_HIB_PULSE |
1097 gphy |= GPHY_CFG_PHY_IDDQ | GPHY_CFG_PWDOWN_HW;
1098 CSR_WRITE_4(sc, ALC_GPHY_CFG, gphy);
2579 uint32_t gphy, mac, master, pmcs, reg; local
2587 gphy = CSR_READ_4(sc, ALC_GPHY_CFG);
2588 gphy &= ~(GPHY_CFG_EXT_RESET | GPHY_CFG_LED_MODE | GPHY_CFG_100AB_ENB |
2590 gphy |
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c5708 struct bwn_phy_g *gphy = &phy->phy_g; local
5727 tmp = gphy->pg_nrssi_lt[in_rssi];

Completed in 104 milliseconds