Searched refs:WILC_INTR2_ENABLE (Results 1 – 3 of 3) sorted by relevance
942 ret = wilc_sdio_read_reg(wilc, WILC_INTR2_ENABLE, ®); in wilc_sdio_sync_ext()946 WILC_INTR2_ENABLE); in wilc_sdio_sync_ext()953 ret = wilc_sdio_write_reg(wilc, WILC_INTR2_ENABLE, reg); in wilc_sdio_sync_ext()957 WILC_INTR2_ENABLE); in wilc_sdio_sync_ext()
1080 ret = wilc_spi_read_reg(wilc, WILC_INTR2_ENABLE, ®); in wilc_spi_sync_ext()1083 WILC_INTR2_ENABLE); in wilc_spi_sync_ext()1090 ret = wilc_spi_read_reg(wilc, WILC_INTR2_ENABLE, ®); in wilc_spi_sync_ext()1093 WILC_INTR2_ENABLE); in wilc_spi_sync_ext()
62 #define WILC_INTR2_ENABLE (WILC_INTR_REG_BASE + 4) macro