Searched refs:WILC_INTR2_ENABLE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_sdio.c | 969 ret = sdio_read_reg(WILC_INTR2_ENABLE, ®); in sdio_sync_ext() 971 g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed read reg (%08x)...\n", WILC_INTR2_ENABLE); in sdio_sync_ext() 978 ret = sdio_read_reg(WILC_INTR2_ENABLE, ®); in sdio_sync_ext() 980 g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed write reg (%08x)...\n", WILC_INTR2_ENABLE); in sdio_sync_ext()
|
D | wilc_spi.c | 1235 ret = spi_read_reg(WILC_INTR2_ENABLE, ®); in spi_sync_ext() 1237 PRINT_ER("[wilc spi]: Failed read reg (%08x)...\n", WILC_INTR2_ENABLE); in spi_sync_ext() 1245 ret = spi_read_reg(WILC_INTR2_ENABLE, ®); in spi_sync_ext() 1247 PRINT_ER("[wilc spi]: Failed write reg (%08x)...\n", WILC_INTR2_ENABLE); in spi_sync_ext()
|
D | wilc_wlan.h | 67 #define WILC_INTR2_ENABLE (WILC_INTR_REG_BASE + 4) macro
|