Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c1909 u32 tempchipid = 0; in wilc_get_chipid() local
1913 g_wlan.hif_func.hif_read_reg(0x1000, &tempchipid); in wilc_get_chipid()
1915 if (!ISWILC1000(tempchipid)) { in wilc_get_chipid()
1919 if (tempchipid == 0x1002a0) { in wilc_get_chipid()
1922 tempchipid = 0x1002a1; in wilc_get_chipid()
1924 } else if (tempchipid == 0x1002b0) { in wilc_get_chipid()
1927 tempchipid = 0x1002b1; in wilc_get_chipid()
1929 tempchipid = 0x1002b2; in wilc_get_chipid()
1934 chipid = tempchipid; in wilc_get_chipid()