Home
last modified time | relevance | path

Searched refs:AR71XX_SPI_REG_IOC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/spi/
Dspi-ath79.c78 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/
Dar71xx_regs.h492 #define AR71XX_SPI_REG_IOC 0x08 /* SPI I/O Control */ macro