Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c21 u32 wilc_get_chipid(u8 update);
680 if ((wilc_get_chipid(true) == 0)) in chip_wakeup()
683 } while ((wilc_get_chipid(true) == 0) && ((++trials % 3) == 0)); in chip_wakeup()
685 } while (wilc_get_chipid(true) == 0); in chip_wakeup()
725 if (wilc_get_chipid(false) >= 0x1002b0) { in chip_wakeup()
770 if ((wilc_get_chipid(true) == 0)) in chip_wakeup()
773 } while ((wilc_get_chipid(true) == 0) && ((++trials % 3) == 0)); in chip_wakeup()
775 } while (wilc_get_chipid(true) == 0); in chip_wakeup()
782 if (wilc_get_chipid(false) >= 0x1002b0) { in chip_wakeup()
1262 while (!(ISWILC1000(wilc_get_chipid(true)) && --trials)) { in wilc_pllupdate_isr_ext()
[all …]
Dwilc_wlan_if.h944 u32 wilc_get_chipid(u8 update);
Dlinux_wlan.c649 wilc_get_chipid(0); in linux_wlan_init_test_config()