Home
last modified time | relevance | path

Searched refs:AR71XX_SPI_REG_CTRL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-ath79.c30 #define AR71XX_SPI_REG_CTRL 0x04 /* SPI Control */ macro
90 sp->reg_ctrl = ath79_spi_rr(sp, AR71XX_SPI_REG_CTRL); in ath79_spi_enable()
97 ath79_spi_wr(sp, AR71XX_SPI_REG_CTRL, 0x43); in ath79_spi_enable()
103 ath79_spi_wr(sp, AR71XX_SPI_REG_CTRL, sp->reg_ctrl); in ath79_spi_disable()
/openbmc/u-boot/drivers/spi/
H A Dath79_spi.c162 clrsetbits_be32(priv->regs + AR71XX_SPI_REG_CTRL, in ath79_spi_set_speed()
190 priv->regs + AR71XX_SPI_REG_CTRL); in ath79_spi_probe()
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dar71xx_regs.h937 #define AR71XX_SPI_REG_CTRL 0x04 macro
/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dar71xx_regs.h896 #define AR71XX_SPI_REG_CTRL 0x04 /* SPI Control */ macro