Searched refs:tempchipid (Results 1 – 1 of 1) sorted by relevance
1198 u32 tempchipid = 0; in wilc_get_chipid() local1202 wilc->hif_func->hif_read_reg(wilc, 0x1000, &tempchipid); in wilc_get_chipid()1204 if (!is_wilc1000(tempchipid)) { in wilc_get_chipid()1208 if (tempchipid == 0x1002a0) { in wilc_get_chipid()1210 tempchipid = 0x1002a1; in wilc_get_chipid()1211 } else if (tempchipid == 0x1002b0) { in wilc_get_chipid()1213 tempchipid = 0x1002b1; in wilc_get_chipid()1215 tempchipid = 0x1002b2; in wilc_get_chipid()1218 chipid = tempchipid; in wilc_get_chipid()