Lines Matching full:rev

58 	u32 rev = 0;  in ath79_detect_sys_type()  local
67 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
68 rev &= AR71XX_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
90 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
96 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
102 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
107 rev = id >> AR913X_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
108 rev &= AR913X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
125 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
131 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
137 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
143 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
149 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
159 rev = id & QCA953X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
165 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
171 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
177 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
183 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
191 ath79_soc_rev = rev; in ath79_detect_sys_type()
194 sprintf(ath79_sys_type, "Qualcomm Atheros QCA%s ver %u rev %u", in ath79_detect_sys_type()
195 chip, ver, rev); in ath79_detect_sys_type()
197 sprintf(ath79_sys_type, "Qualcomm Atheros TP%s rev %u", in ath79_detect_sys_type()
198 chip, rev); in ath79_detect_sys_type()
200 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); in ath79_detect_sys_type()