Searched refs:WILC_PIN_MUX_0 (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/staging/wilc1000/ |
| D | wilc_sdio.c | 525 ret = sdio_read_reg(WILC_PIN_MUX_0, ®); in sdio_sync() 527 g_sdio.dPrint(N_ERR, "[wilc spi]: Failed read reg (%08x)...\n", WILC_PIN_MUX_0); in sdio_sync() 531 ret = sdio_write_reg(WILC_PIN_MUX_0, reg); in sdio_sync() 533 g_sdio.dPrint(N_ERR, "[wilc spi]: Failed write reg (%08x)...\n", WILC_PIN_MUX_0); in sdio_sync() 940 ret = sdio_read_reg(WILC_PIN_MUX_0, ®); in sdio_sync_ext() 942 g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed read reg (%08x)...\n", WILC_PIN_MUX_0); in sdio_sync_ext() 946 ret = sdio_write_reg(WILC_PIN_MUX_0, reg); in sdio_sync_ext() 948 g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed write reg (%08x)...\n", WILC_PIN_MUX_0); in sdio_sync_ext()
|
| D | wilc_spi.c | 922 ret = spi_read_reg(WILC_PIN_MUX_0, ®); in spi_sync() 924 PRINT_ER("[wilc spi]: Failed read reg (%08x)...\n", WILC_PIN_MUX_0); in spi_sync() 928 ret = spi_write_reg(WILC_PIN_MUX_0, reg); in spi_sync() 930 PRINT_ER("[wilc spi]: Failed write reg (%08x)...\n", WILC_PIN_MUX_0); in spi_sync() 1205 ret = spi_read_reg(WILC_PIN_MUX_0, ®); in spi_sync_ext() 1207 PRINT_ER("[wilc spi]: Failed read reg (%08x)...\n", WILC_PIN_MUX_0); in spi_sync_ext() 1211 ret = spi_write_reg(WILC_PIN_MUX_0, reg); in spi_sync_ext() 1213 PRINT_ER("[wilc spi]: Failed write reg (%08x)...\n", WILC_PIN_MUX_0); in spi_sync_ext()
|
| D | wilc_wlan.h | 56 #define WILC_PIN_MUX_0 (WILC_PERIPH_REG_BASE + 0x408) macro
|