Lines Matching refs:id
58 u32 id; in ath79_detect_sys_type() local
63 id = ath79_reset_rr(AR71XX_RESET_REG_REV_ID); in ath79_detect_sys_type()
64 major = id & REV_ID_MAJOR_MASK; in ath79_detect_sys_type()
68 minor = id & AR71XX_REV_ID_MINOR_MASK; in ath79_detect_sys_type()
69 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; 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()
108 minor = id & AR913X_REV_ID_MINOR_MASK; in ath79_detect_sys_type()
109 rev = id >> AR913X_REV_ID_REVISION_SHIFT; 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()
167 panic("ath79: unknown SoC, id:0x%08x", id); in ath79_detect_sys_type()