Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/spi/
Dath79_spi.c98 sp->reg_ctrl = ath79_spi_rr(sp, AR71XX_SPI_REG_CTRL); in ath79_spi_setup_cs()
102 ath79_spi_wr(sp, AR71XX_SPI_REG_CTRL, 0x43); in ath79_spi_setup_cs()
138 ath79_spi_wr(sp, AR71XX_SPI_REG_CTRL, sp->reg_ctrl); in ath79_spi_cleanup_cs()
/linux-2.6.39/arch/mips/include/asm/mach-ath79/
Dar71xx_regs.h196 #define AR71XX_SPI_REG_CTRL 0x04 /* SPI Control */ macro