Home
last modified time | relevance | path

Searched refs:tempchipid (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/microchip/wilc1000/
A Dwlan.c1451 u32 tempchipid = 0; in wilc_get_chipid() local
1455 wilc->hif_func->hif_read_reg(wilc, WILC_CHIPID, &tempchipid); in wilc_get_chipid()
1458 if (!is_wilc1000(tempchipid)) { in wilc_get_chipid()
1462 if (tempchipid == WILC_1000_BASE_ID_2A) { /* 0x1002A0 */ in wilc_get_chipid()
1464 tempchipid = WILC_1000_BASE_ID_2A_REV1; in wilc_get_chipid()
1465 } else if (tempchipid == WILC_1000_BASE_ID_2B) { /* 0x1002B0 */ in wilc_get_chipid()
1467 tempchipid = WILC_1000_BASE_ID_2B_REV1; in wilc_get_chipid()
1469 tempchipid = WILC_1000_BASE_ID_2B_REV2; in wilc_get_chipid()
1472 chipid = tempchipid; in wilc_get_chipid()

Completed in 5 milliseconds