Searched refs:AR71XX_SPI_REG_IOC (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/spi/ |
D | spi-ath79.c | 78 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base); in ath79_spi_chipselect() 92 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base); in ath79_spi_chipselect() 104 sp->ioc_base = ath79_spi_rr(sp, AR71XX_SPI_REG_IOC); in ath79_spi_enable() 191 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out); in ath79_spi_txrx_mode0() 193 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out | AR71XX_SPI_IOC_CLK); in ath79_spi_txrx_mode0() 196 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out); in ath79_spi_txrx_mode0()
|
/linux-4.1.27/arch/mips/include/asm/mach-ath79/ |
D | ar71xx_regs.h | 492 #define AR71XX_SPI_REG_IOC 0x08 /* SPI I/O Control */ macro
|