Searched refs:get_mac_revision (Results 1 – 5 of 5) sorted by relevance
45 int (*get_mac_revision)(void); member
96 ath79_wmac_data.get_mac_revision = ar933x_r1_get_wmac_revision; in ar933x_wmac_setup()
588 ah->get_mac_revision = pdata->get_mac_revision; in ath9k_init_platform()
259 if (ah->get_mac_revision) in ath9k_hw_read_revisions()260 ah->hw_version.macRev = ah->get_mac_revision(); in ath9k_hw_read_revisions()268 if (!ah->get_mac_revision) { in ath9k_hw_read_revisions()
970 int (*get_mac_revision)(void); member