Searched refs:AR71XX_SPI_REG_FS (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/spi/ |
D | spi-ath79.c | 29 #define AR71XX_SPI_REG_FS 0x00 /* Function Select */ macro 87 ath79_spi_wr(sp, AR71XX_SPI_REG_FS, AR71XX_SPI_FS_GPIO); in ath79_spi_enable() 105 ath79_spi_wr(sp, AR71XX_SPI_REG_FS, 0); in ath79_spi_disable() 152 ath79_spi_wr(sp, AR71XX_SPI_REG_FS, 0); in ath79_exec_mem_op() 157 ath79_spi_wr(sp, AR71XX_SPI_REG_FS, AR71XX_SPI_FS_GPIO); in ath79_exec_mem_op()
|
D | spi-rb4xx.c | 179 rb4xx_write(rbspi, AR71XX_SPI_REG_FS, AR71XX_SPI_FS_GPIO); in rb4xx_spi_probe()
|
/linux-6.12.1/arch/mips/include/asm/mach-ath79/ |
D | ar71xx_regs.h | 895 #define AR71XX_SPI_REG_FS 0x00 /* Function Select */ macro
|