Home
last modified time | relevance | path

Searched refs:AR71XX_SPI_FS_GPIO (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dath79_spi.c32 writel(AR71XX_SPI_FS_GPIO, priv->regs + AR71XX_SPI_REG_FS); in spi_cs_activate()
161 writel(AR71XX_SPI_FS_GPIO, priv->regs + AR71XX_SPI_REG_FS); in ath79_spi_set_speed()
188 writel(AR71XX_SPI_FS_GPIO, priv->regs + AR71XX_SPI_REG_FS); in ath79_spi_probe()
/openbmc/linux/drivers/spi/
H A Dspi-ath79.c34 #define AR71XX_SPI_FS_GPIO BIT(0) /* Enable GPIO mode */ macro
87 ath79_spi_wr(sp, AR71XX_SPI_REG_FS, AR71XX_SPI_FS_GPIO); in ath79_spi_enable()
157 ath79_spi_wr(sp, AR71XX_SPI_REG_FS, AR71XX_SPI_FS_GPIO); in ath79_exec_mem_op()
H A Dspi-rb4xx.c179 rb4xx_write(rbspi, AR71XX_SPI_REG_FS, AR71XX_SPI_FS_GPIO); in rb4xx_spi_probe()
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dar71xx_regs.h941 #define AR71XX_SPI_FS_GPIO BIT(0) macro
/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dar71xx_regs.h900 #define AR71XX_SPI_FS_GPIO BIT(0) /* Enable GPIO mode */ macro