Searched refs:CSR_SA110_CNTL (Results 1 – 5 of 5) sorted by relevance
116 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()
60 *CSR_SA110_CNTL &= ~(1 << 13); in arch_reset()66 *CSR_SA110_CNTL |= (1 << 13); in arch_reset()
215 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()
60 #define CSR_SA110_CNTL DC21285_IO(0x013c) macro92 #define __footbridge_cfn_mode() (*CSR_SA110_CNTL & SA110_CNTL_PCICFN)
87 *CSR_SA110_CNTL |= 1 << 13; in watchdog_open()