Lines Matching refs:rev
61 u32 rev = 0; in ath79_detect_sys_type() local
69 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
70 rev &= AR71XX_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
92 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
98 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
104 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
109 rev = id >> AR913X_REV_ID_REVISION_SHIFT; in ath79_detect_sys_type()
110 rev &= AR913X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
127 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
133 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
139 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
145 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
151 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
157 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
163 rev = id & QCA955X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
170 ath79_soc_rev = rev; in ath79_detect_sys_type()
174 chip, rev); in ath79_detect_sys_type()
176 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); in ath79_detect_sys_type()