Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dwilc_wlan.c415 wilc_get_chipid(wilc, true); in chip_wakeup()
416 } while (wilc_get_chipid(wilc, true) == 0); in chip_wakeup()
417 } while (wilc_get_chipid(wilc, true) == 0); in chip_wakeup()
442 if (wilc_get_chipid(wilc, false) < 0x1002b0) { in chip_wakeup()
1168 chipid = wilc_get_chipid(wilc, true); in init_chip()
1195 u32 wilc_get_chipid(struct wilc *wilc, bool update) in wilc_get_chipid() function
Dwilc_wlan.h303 u32 wilc_get_chipid(struct wilc *wilc, bool update);
Dwilc_netdev.c194 chip_id = wilc_get_chipid(wilc, false); in wilc_wlan_get_firmware()