Searched refs:WILC_INTR_ENABLE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_sdio.c | 540 ret = sdio_read_reg(WILC_INTR_ENABLE, ®); in sdio_sync() 542 g_sdio.dPrint(N_ERR, "[wilc spi]: Failed read reg (%08x)...\n", WILC_INTR_ENABLE); in sdio_sync() 546 ret = sdio_write_reg(WILC_INTR_ENABLE, reg); in sdio_sync() 548 g_sdio.dPrint(N_ERR, "[wilc spi]: Failed write reg (%08x)...\n", WILC_INTR_ENABLE); in sdio_sync() 955 ret = sdio_read_reg(WILC_INTR_ENABLE, ®); in sdio_sync_ext() 957 g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed read reg (%08x)...\n", WILC_INTR_ENABLE); in sdio_sync_ext() 963 ret = sdio_write_reg(WILC_INTR_ENABLE, reg); in sdio_sync_ext() 965 g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed write reg (%08x)...\n", WILC_INTR_ENABLE); in sdio_sync_ext()
|
D | wilc_spi.c | 937 ret = spi_read_reg(WILC_INTR_ENABLE, ®); in spi_sync() 939 PRINT_ER("[wilc spi]: Failed read reg (%08x)...\n", WILC_INTR_ENABLE); in spi_sync() 943 ret = spi_write_reg(WILC_INTR_ENABLE, reg); in spi_sync() 945 PRINT_ER("[wilc spi]: Failed write reg (%08x)...\n", WILC_INTR_ENABLE); in spi_sync() 1220 ret = spi_read_reg(WILC_INTR_ENABLE, ®); in spi_sync_ext() 1222 PRINT_ER("[wilc spi]: Failed read reg (%08x)...\n", WILC_INTR_ENABLE); in spi_sync_ext() 1229 ret = spi_write_reg(WILC_INTR_ENABLE, reg); in spi_sync_ext() 1231 PRINT_ER("[wilc spi]: Failed write reg (%08x)...\n", WILC_INTR_ENABLE); in spi_sync_ext()
|
D | wilc_wlan.h | 66 #define WILC_INTR_ENABLE (WILC_INTR_REG_BASE) macro
|