Lines Matching full:rev
62 u32 rev = 0; in ath79_detect_sys_type() local
71 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
72 rev &= AR71XX_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
94 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
100 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
106 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
111 rev = id >> AR913X_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
112 rev &= AR913X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
129 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
135 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
141 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
147 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
153 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
164 rev = id & QCA953X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
170 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
176 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
182 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
188 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
196 ath79_soc_rev = rev; in ath79_detect_sys_type()
199 sprintf(ath79_sys_type, "Qualcomm Atheros QCA%s ver %u rev %u", in ath79_detect_sys_type()
200 chip, ver, rev); in ath79_detect_sys_type()
202 sprintf(ath79_sys_type, "Qualcomm Atheros TP%s rev %u", in ath79_detect_sys_type()
203 chip, rev); in ath79_detect_sys_type()
205 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); in ath79_detect_sys_type()