Searched refs:wilc_get_chipid (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_wlan.c | 434 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
|
D | wilc_wlan_if.h | 832 u32 wilc_get_chipid(struct wilc *wilc, bool update);
|
D | linux_wlan.c | 263 chip_id = wilc_get_chipid(wilc, false); in wilc_wlan_get_firmware() 340 wilc_get_chipid(wilc, false); in linux_wlan_init_test_config()
|