Lines Matching refs:rev
59 u32 rev = 0; in ath79_detect_sys_type() local
68 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
69 rev &= AR71XX_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
91 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
97 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
103 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
108 rev = id >> AR913X_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
109 rev &= AR913X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
126 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
132 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
138 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
144 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
150 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
161 rev = id & QCA953X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
167 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
173 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
179 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
185 rev = id & QCA956X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
193 ath79_soc_rev = rev; in ath79_detect_sys_type()
197 chip, ver, rev); in ath79_detect_sys_type()
200 chip, rev); in ath79_detect_sys_type()
202 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); in ath79_detect_sys_type()