Searched refs:ag71xx_is (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/atheros/ |
H A D | ag71xx.c | 400 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() function 644 if (ag71xx_is(ag, AR9330) || ag71xx_is(ag, AR9340)) { in ag71xx_mdio_get_divider() 647 } else if (ag71xx_is(ag, AR7240)) { in ag71xx_mdio_get_divider() 996 if (!ag71xx_is(ag, AR7100) && !ag71xx_is(ag, AR9130)) in ag71xx_mac_config() 1083 if ((ag71xx_is(ag, AR9330) && ag->mac_idx == 0) || in ag71xx_phylink_setup() 1084 ag71xx_is(ag, AR9340) || in ag71xx_phylink_setup() 1085 ag71xx_is(ag, QCA9530) || in ag71xx_phylink_setup() 1086 (ag71xx_is(ag, QCA9550) && ag->mac_idx == 1)) in ag71xx_phylink_setup() 1090 if ((ag71xx_is(ag, AR9330) && ag->mac_idx == 1) || in ag71xx_phylink_setup() 1091 (ag71xx_is(ag, AR9340) && ag->mac_idx == 1) || in ag71xx_phylink_setup() [all …]
|