Searched refs:rge_type (Results 1 – 4 of 4) sorted by relevance
377 ((sc)->rge_type == MAC_R25D_1 || (sc)->rge_type == MAC_R25D_2)380 ((sc)->rge_type == MAC_R26_1 || (sc)->rge_type == MAC_R26_2)
415 sc->rge_type = MAC_R25; in rge_attach()419 sc->rge_type = MAC_R25B; in rge_attach()423 sc->rge_type = MAC_R26_1; in rge_attach()427 sc->rge_type = MAC_R26_2; in rge_attach()431 sc->rge_type = MAC_R25D_1; in rge_attach()435 sc->rge_type = MAC_R25D_2; in rge_attach()439 sc->rge_type = MAC_R27; in rge_attach()1166 if (sc->rge_type == MAC_R25) in rge_init_locked()1168 else if (sc->rge_type == MAC_R25B) in rge_init_locked()1180 if (RGE_TYPE_R26(sc) || sc->rge_type == MAC_R27) { in rge_init_locked()[all …]
119 if (sc->rge_type != MAC_R25) { in rge_reset()428 switch (sc->rge_type) { in rge_ephy_config()505 switch (sc->rge_type) { in rge_phy_config()534 switch (sc->rge_type) { in rge_phy_config()564 if (sc->rge_type == MAC_R25) { in rge_phy_config()567 } else if (sc->rge_type == MAC_R25B || RGE_TYPE_R25D(sc)) in rge_phy_config()570 RGE_PHY_CLRBIT(sc, 0xa5d0, (sc->rge_type == MAC_R27) ? 0x000e : 0x0006); in rge_phy_config()572 if (RGE_TYPE_R26(sc) || sc->rge_type == MAC_R27) in rge_phy_config()1660 if (sc->rge_type == MAC_R25) { in rge_phy_config_mcu()1679 } else if (sc->rge_type == MAC_R25B) { in rge_phy_config_mcu()[all …]
173 enum rge_mac_type rge_type; member