Searched refs:AR71XX_SPI_REG_FS (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | ath79_spi.c | 33 writel(AR71XX_SPI_FS_GPIO, priv->regs + AR71XX_SPI_REG_FS); in spi_cs_activate() 43 writel(0, priv->regs + AR71XX_SPI_REG_FS); in spi_cs_deactivate() 162 writel(AR71XX_SPI_FS_GPIO, priv->regs + AR71XX_SPI_REG_FS); in ath79_spi_set_speed() 166 writel(0, priv->regs + AR71XX_SPI_REG_FS); in ath79_spi_set_speed() 189 writel(AR71XX_SPI_FS_GPIO, priv->regs + AR71XX_SPI_REG_FS); in ath79_spi_probe() 192 writel(0, priv->regs + AR71XX_SPI_REG_FS); in ath79_spi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A 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()
|
| H A D | spi-rb4xx.c | 179 rb4xx_write(rbspi, AR71XX_SPI_REG_FS, AR71XX_SPI_FS_GPIO); in rb4xx_spi_probe()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/include/mach/ |
| H A D | ar71xx_regs.h | 937 #define AR71XX_SPI_REG_FS 0x00 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ath79/ |
| H A D | ar71xx_regs.h | 894 #define AR71XX_SPI_REG_FS 0x00 /* Function Select */ macro
|