Lines Matching refs:rev
65 u32 rev = 0; in ath79_detect_sys_type() local
73 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
74 rev &= AR71XX_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()
108 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
113 rev = id >> AR913X_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
114 rev &= AR913X_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 & AR933X_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()
155 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
161 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
167 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
174 ath79_soc_rev = rev; in ath79_detect_sys_type()
178 chip, rev); in ath79_detect_sys_type()
180 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); in ath79_detect_sys_type()