Searched refs:WILC_SPI_REG_BASE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.h | 85 #define WILC_SPI_REG_BASE 0xe800 macro 86 #define WILC_SPI_CTL WILC_SPI_REG_BASE 87 #define WILC_SPI_MASTER_DMA_ADDR (WILC_SPI_REG_BASE + 0x4) 88 #define WILC_SPI_MASTER_DMA_COUNT (WILC_SPI_REG_BASE + 0x8) 89 #define WILC_SPI_SLAVE_DMA_ADDR (WILC_SPI_REG_BASE + 0xc) 90 #define WILC_SPI_SLAVE_DMA_COUNT (WILC_SPI_REG_BASE + 0x10) 91 #define WILC_SPI_TX_MODE (WILC_SPI_REG_BASE + 0x20) 92 #define WILC_SPI_PROTOCOL_CONFIG (WILC_SPI_REG_BASE + 0x24) 93 #define WILC_SPI_INTR_CTL (WILC_SPI_REG_BASE + 0x2c) 94 #define WILC_SPI_INT_STATUS (WILC_SPI_REG_BASE [all...] |
H A D | spi.c | 845 WILC_SPI_INT_STATUS - WILC_SPI_REG_BASE, size); in wilc_spi_read_size() 853 return spi_internal_read(wilc, WILC_SPI_INT_STATUS - WILC_SPI_REG_BASE, in wilc_spi_read_int() 859 return spi_internal_write(wilc, WILC_SPI_INT_CLEAR - WILC_SPI_REG_BASE, in wilc_spi_clear_int_ext()
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.h | 85 #define WILC_SPI_REG_BASE 0xe800 macro 86 #define WILC_SPI_CTL WILC_SPI_REG_BASE 87 #define WILC_SPI_MASTER_DMA_ADDR (WILC_SPI_REG_BASE + 0x4) 88 #define WILC_SPI_MASTER_DMA_COUNT (WILC_SPI_REG_BASE + 0x8) 89 #define WILC_SPI_SLAVE_DMA_ADDR (WILC_SPI_REG_BASE + 0xc) 90 #define WILC_SPI_SLAVE_DMA_COUNT (WILC_SPI_REG_BASE + 0x10) 91 #define WILC_SPI_TX_MODE (WILC_SPI_REG_BASE + 0x20) 92 #define WILC_SPI_PROTOCOL_CONFIG (WILC_SPI_REG_BASE + 0x24) 93 #define WILC_SPI_INTR_CTL (WILC_SPI_REG_BASE + 0x2c) 94 #define WILC_SPI_INT_STATUS (WILC_SPI_REG_BASE [all...] |
H A D | spi.c | 1198 WILC_SPI_INT_STATUS - WILC_SPI_REG_BASE, size); in wilc_spi_read_size() 1206 return spi_internal_read(wilc, WILC_SPI_INT_STATUS - WILC_SPI_REG_BASE, in wilc_spi_read_int() 1218 WILC_SPI_INT_CLEAR - WILC_SPI_REG_BASE, in wilc_spi_clear_int_ext() 1224 WILC_SPI_INT_CLEAR - WILC_SPI_REG_BASE, in wilc_spi_clear_int_ext()
|
Completed in 5 milliseconds