Lines Matching refs:rev

49 	u32 rev = 0;  in ath79_detect_sys_type()  local
58 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
59 rev &= AR71XX_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
81 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
87 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
93 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
98 rev = id >> AR913X_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
99 rev &= AR913X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
116 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
122 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
128 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
134 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
140 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
150 rev = id & QCA953X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
156 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
162 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
168 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
174 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
180 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
188 ath79_soc_rev = rev; in ath79_detect_sys_type()
192 chip, ver, rev); in ath79_detect_sys_type()
195 chip, rev); in ath79_detect_sys_type()
197 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); in ath79_detect_sys_type()