Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c349 if (rev >= ALX_REV_B0) { in alx_reset_osc()
782 bool adj_th = revid == ALX_REV_B0; in alx_post_phy_link()
784 if (revid != ALX_REV_B0 && !alx_is_rev_a(revid)) in alx_post_phy_link()
942 if (chip_rev >= ALX_REV_B0) in alx_configure_basic()
H A Dreg.h54 #define ALX_REV_B0 2 macro
H A Dmain.c1040 hw->max_dma_chnl = rev >= ALX_REV_B0 ? 4 : 2; in alx_identify_hw()