Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-iop13xx/include/mach/
Diop13xx.h493 #define IOP13XX_XBG_BERAR IOP13XX_REG_ADDR32(0x1790) macro
495 #define is_atue_occdr_error(x) ((__raw_readl(IOP13XX_XBG_BERAR) == \
499 #define is_atux_occdr_error(x) ((__raw_readl(IOP13XX_XBG_BERAR) == \
/linux-2.6.39/arch/arm/mach-iop13xx/
Dpci.c493 PRINTK("IOP13XX_XBG_BERAR: %#10x", __raw_readl(IOP13XX_XBG_BERAR)); in iop13xx_pci_abort()