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

/freebsd-12-stable/sys/dev/alc/
H A Dif_alc.c1090 uint32_t gphy; local
1100 gphy = CSR_READ_4(sc, ALC_GPHY_CFG);
1101 gphy &= ~(GPHY_CFG_EXT_RESET | GPHY_CFG_LED_MODE |
1103 gphy |= GPHY_CFG_HIB_EN | GPHY_CFG_HIB_PULSE |
1105 gphy |= GPHY_CFG_PHY_IDDQ | GPHY_CFG_PWDOWN_HW;
1106 CSR_WRITE_4(sc, ALC_GPHY_CFG, gphy);
2594 uint32_t gphy, mac, master, pmcs, reg; local
2602 gphy = CSR_READ_4(sc, ALC_GPHY_CFG);
2603 gphy &= ~(GPHY_CFG_EXT_RESET | GPHY_CFG_LED_MODE | GPHY_CFG_100AB_ENB |
2605 gphy |
[all...]
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c5930 struct bwn_phy_g *gphy = &phy->phy_g; local
5949 tmp = gphy->pg_nrssi_lt[in_rssi];

Completed in 126 milliseconds