Home
last modified time | relevance | path

Searched refs:iccr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-sa11x0.c85 unsigned int iccr; member
95 st->iccr = readl_relaxed(iobase + ICCR); in sa1100irq_suspend()
110 writel_relaxed(st->iccr, iobase + ICCR); in sa1100irq_resume()
/linux/arch/sparc/mm/
H A Dleon_mm.c212 unsigned long ccr, iccr, dccr; in leon3_getCacheRegs() local
222 : "=r"(ccr), "=r"(iccr), "=r"(dccr) in leon3_getCacheRegs()
228 regs->iccr = iccr; in leon3_getCacheRegs()
/linux/arch/sparc/include/asm/
H A Dleon.h212 unsigned long iccr; /* 0x08 - Instruction Cache Configuration Register */ member