Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_psgmii.c126 uint32_t tx_ok_high16; in ar40xx_hw_psgmii_single_phy_testing() local
164 tx_ok_high16 = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802d); in ar40xx_hw_psgmii_single_phy_testing()
169 tx_all_ok = tx_ok + (tx_ok_high16 << 16); in ar40xx_hw_psgmii_single_phy_testing()
226 uint32_t tx_ok_high16; in ar40xx_hw_psgmii_all_phy_testing() local
232 tx_ok_high16 = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802d); in ar40xx_hw_psgmii_all_phy_testing()
238 tx_all_ok = tx_ok + (tx_ok_high16<<16); in ar40xx_hw_psgmii_all_phy_testing()