Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/
Dwlan.c1417 u32 tempchipid = 0; in wilc_get_chipid() local
1421 wilc->hif_func->hif_read_reg(wilc, WILC_CHIPID, &tempchipid); in wilc_get_chipid()
1424 if (!is_wilc1000(tempchipid)) { in wilc_get_chipid()
1428 if (tempchipid == WILC_1000_BASE_ID_2A) { /* 0x1002A0 */ in wilc_get_chipid()
1430 tempchipid = WILC_1000_BASE_ID_2A_REV1; in wilc_get_chipid()
1431 } else if (tempchipid == WILC_1000_BASE_ID_2B) { /* 0x1002B0 */ in wilc_get_chipid()
1433 tempchipid = WILC_1000_BASE_ID_2B_REV1; in wilc_get_chipid()
1435 tempchipid = WILC_1000_BASE_ID_2B_REV2; in wilc_get_chipid()
1438 chipid = tempchipid; in wilc_get_chipid()