Searched refs:AR71XX_SPI_REG_IOC (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/spi/ |
D | ath79_spi.c | 66 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base); in ath79_spi_chipselect() 80 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base); in ath79_spi_chipselect() 99 sp->ioc_base = ath79_spi_rr(sp, AR71XX_SPI_REG_IOC); in ath79_spi_setup_cs() 122 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base); in ath79_spi_setup_cs() 185 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out); in ath79_spi_txrx_mode0() 186 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out | AR71XX_SPI_IOC_CLK); in ath79_spi_txrx_mode0()
|
/linux-2.6.39/arch/mips/include/asm/mach-ath79/ |
D | ar71xx_regs.h | 197 #define AR71XX_SPI_REG_IOC 0x08 /* SPI I/O Control */ macro
|