Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c1166 u32 tempchipid = 0; in wilc_get_chipid() local
1170 wilc->hif_func->hif_read_reg(wilc, WILC_CHIPID, &tempchipid); in wilc_get_chipid()
1173 if (!is_wilc1000(tempchipid)) { in wilc_get_chipid()
1177 if (tempchipid == WILC_1000_BASE_ID_2A) { /* 0x1002A0 */ in wilc_get_chipid()
1179 tempchipid = WILC_1000_BASE_ID_2A_REV1; in wilc_get_chipid()
1180 } else if (tempchipid == WILC_1000_BASE_ID_2B) { /* 0x1002B0 */ in wilc_get_chipid()
1182 tempchipid = WILC_1000_BASE_ID_2B_REV1; in wilc_get_chipid()
1184 tempchipid = WILC_1000_BASE_ID_2B_REV2; in wilc_get_chipid()
1187 chipid = tempchipid; in wilc_get_chipid()

Completed in 2 milliseconds