Home
last modified time | relevance | path

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

/arch/mips/sgi-ip22/
Dip22-berr.c35 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4); in save_and_clear_buserr()
/arch/arm/mach-s3c64xx/
Ddma.c572 u32 tcstat, errstat; in s3c64xx_dma_irq() local
577 errstat = readl(dmac->regs + PL080_ERR_STATUS); in s3c64xx_dma_irq()
582 if (!(errstat & bit) && !(tcstat & bit)) in s3c64xx_dma_irq()
593 if (errstat & bit) in s3c64xx_dma_irq()
/arch/mips/include/asm/sgi/
Dioc.h78 volatile u8 errstat; /* Error status reg, reserved on INT2 */ member