Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dwilc_wlan_if.h36 #define HIF_SPI BIT(0) macro
Dwilc_wlan.c666 if ((g_wlan.io_func.io_type & 0x1) == HIF_SPI) { in chip_wakeup()
746 if ((g_wlan.io_func.io_type & 0x1) == HIF_SPI) { in chip_wakeup()
1489 } else if (p->io_func.io_type == HIF_SPI) { in wilc_wlan_start()
1964 if ((inp->io_func.io_type & 0x1) == HIF_SPI) { in wilc_wlan_init()
Dlinux_wlan.c1014 nwi->io_func.io_type = HIF_SPI; in linux_to_wlan()