Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/spi/
Dau1550_spi.c193 hw->regs->psc_spicfg = cfg & ~PSC_SPICFG_DE_ENABLE; in au1550_spi_chipsel()
221 hw->regs->psc_spicfg = cfg | PSC_SPICFG_DE_ENABLE; in au1550_spi_chipsel()
265 hw->regs->psc_spicfg = cfg & ~PSC_SPICFG_DE_ENABLE; in au1550_spi_setupxfer()
282 if (cfg & PSC_SPICFG_DE_ENABLE) { in au1550_spi_setupxfer()
756 hw->regs->psc_spicfg |= PSC_SPICFG_DE_ENABLE; in au1550_spi_setup_psc_as_spi()
/linux-2.6.39/arch/mips/include/asm/mach-au1x00/
Dau1xxx_psc.h325 #define PSC_SPICFG_DE_ENABLE (1 << 26) macro