Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_psgmii.c127 uint32_t rx_ok_high16; in ar40xx_hw_psgmii_single_phy_testing() local
167 rx_ok_high16 = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802a); in ar40xx_hw_psgmii_single_phy_testing()
170 rx_all_ok = rx_ok + (rx_ok_high16 << 16); in ar40xx_hw_psgmii_single_phy_testing()
227 uint32_t rx_ok_high16; in ar40xx_hw_psgmii_all_phy_testing() local
235 rx_ok_high16 = ar40xx_hw_phy_mmd_read(sc, phy, 7, 0x802a); in ar40xx_hw_psgmii_all_phy_testing()
239 rx_all_ok = rx_ok + (rx_ok_high16<<16); in ar40xx_hw_psgmii_all_phy_testing()