Home
last modified time | relevance | path

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

/drivers/net/wireless/microchip/wilc1000/
Dsdio.c901 ret = wilc_sdio_read_reg(wilc, WILC_INTR2_ENABLE, &reg); in wilc_sdio_sync_ext()
905 WILC_INTR2_ENABLE); in wilc_sdio_sync_ext()
912 ret = wilc_sdio_write_reg(wilc, WILC_INTR2_ENABLE, reg); in wilc_sdio_sync_ext()
916 WILC_INTR2_ENABLE); in wilc_sdio_sync_ext()
Dspi.c1282 ret = wilc_spi_read_reg(wilc, WILC_INTR2_ENABLE, &reg); in wilc_spi_sync_ext()
1285 WILC_INTR2_ENABLE); in wilc_spi_sync_ext()
1292 ret = wilc_spi_write_reg(wilc, WILC_INTR2_ENABLE, reg); in wilc_spi_sync_ext()
1295 WILC_INTR2_ENABLE); in wilc_spi_sync_ext()
Dwlan.h62 #define WILC_INTR2_ENABLE (WILC_INTR_REG_BASE + 4) macro