Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_spi.c1099 ret = wilc_spi_read_reg(wilc, WILC_INTR2_ENABLE, &reg); in wilc_spi_sync_ext()
1102 WILC_INTR2_ENABLE); in wilc_spi_sync_ext()
1109 ret = wilc_spi_read_reg(wilc, WILC_INTR2_ENABLE, &reg); in wilc_spi_sync_ext()
1112 WILC_INTR2_ENABLE); in wilc_spi_sync_ext()
Dwilc_sdio.c1068 ret = wilc_sdio_read_reg(wilc, WILC_INTR2_ENABLE, &reg); in wilc_sdio_sync_ext()
1072 WILC_INTR2_ENABLE); in wilc_sdio_sync_ext()
1079 ret = wilc_sdio_read_reg(wilc, WILC_INTR2_ENABLE, &reg); in wilc_sdio_sync_ext()
1083 WILC_INTR2_ENABLE); in wilc_sdio_sync_ext()
Dwilc_wlan.h61 #define WILC_INTR2_ENABLE (WILC_INTR_REG_BASE + 4) macro