Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wlan.c434 wilc_get_chipid(wilc, true); in chip_wakeup()
435 } while (wilc_get_chipid(wilc, true) == 0); in chip_wakeup()
436 } while (wilc_get_chipid(wilc, true) == 0); in chip_wakeup()
461 if (wilc_get_chipid(wilc, false) < 0x1002b0) { in chip_wakeup()
807 while (!(is_wilc1000(wilc_get_chipid(wilc, true)) && --trials)) in wilc_pllupdate_isr_ext()
1273 chipid = wilc_get_chipid(wilc, true); in init_chip()
1299 u32 wilc_get_chipid(struct wilc *wilc, bool update) in wilc_get_chipid() function
Dwilc_wlan_if.h832 u32 wilc_get_chipid(struct wilc *wilc, bool update);
Dlinux_wlan.c263 chip_id = wilc_get_chipid(wilc, false); in wilc_wlan_get_firmware()
340 wilc_get_chipid(wilc, false); in linux_wlan_init_test_config()