Home
last modified time | relevance | path

Searched refs:CSR_SA110_CNTL (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/mtd/maps/
Ddc21285.c116 switch (*CSR_SA110_CNTL & (3<<14)) { in init_dc21285()
165 *CSR_SA110_CNTL = ((*CSR_SA110_CNTL & ~0x000f0000) | (7 << 16)); in init_dc21285()
167 *CSR_SA110_CNTL = ((*CSR_SA110_CNTL & ~0x00f00000) | (7 << 20)); in init_dc21285()
169 *CSR_SA110_CNTL = ((*CSR_SA110_CNTL & ~0x0f000000) | (7 << 24)); in init_dc21285()
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dsystem.h60 *CSR_SA110_CNTL &= ~(1 << 13); in arch_reset()
66 *CSR_SA110_CNTL |= (1 << 13); in arch_reset()
/linux-2.4.37.9/arch/arm/kernel/
Ddec21285.c215 cntl = *CSR_SA110_CNTL & 0xffffdf07; in dc21285_serr_irq()
216 *CSR_SA110_CNTL = cntl | SA110_CNTL_RXSERR; in dc21285_serr_irq()
229 *CSR_SA110_CNTL &= 0xffffde07; in dc21285_discard_irq()
347 *CSR_SA110_CNTL = (*CSR_SA110_CNTL & 0xffffde07) | in dc21285_init()
/linux-2.4.37.9/include/asm-arm/hardware/
Ddec21285.h60 #define CSR_SA110_CNTL DC21285_IO(0x013c) macro
92 #define __footbridge_cfn_mode() (*CSR_SA110_CNTL & SA110_CNTL_PCICFN)
/linux-2.4.37.9/drivers/char/
Dwdt285.c87 *CSR_SA110_CNTL |= 1 << 13; in watchdog_open()