Searched refs:tempchipid (Results 1 – 1 of 1) sorted by relevance
1302 u32 tempchipid = 0; in wilc_get_chipid() local1306 wilc->hif_func->hif_read_reg(wilc, 0x1000, &tempchipid); in wilc_get_chipid()1308 if (!is_wilc1000(tempchipid)) { in wilc_get_chipid()1312 if (tempchipid == 0x1002a0) { in wilc_get_chipid()1314 tempchipid = 0x1002a1; in wilc_get_chipid()1315 } else if (tempchipid == 0x1002b0) { in wilc_get_chipid()1317 tempchipid = 0x1002b1; in wilc_get_chipid()1319 tempchipid = 0x1002b2; in wilc_get_chipid()1322 chipid = tempchipid; in wilc_get_chipid()