Lines Matching refs:id
62 u32 id; in ath79_detect_sys_type() local
67 id = ath79_reset_rr(AR71XX_RESET_REG_REV_ID); in ath79_detect_sys_type()
68 major = id & REV_ID_MAJOR_MASK; in ath79_detect_sys_type()
72 minor = id & AR71XX_REV_ID_MINOR_MASK; in ath79_detect_sys_type()
73 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; 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()
112 minor = id & AR913X_REV_ID_MINOR_MASK; in ath79_detect_sys_type()
113 rev = id >> AR913X_REV_ID_REVISION_SHIFT; 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()
171 panic("ath79: unknown SoC, id:0x%08x", id); in ath79_detect_sys_type()