Searched refs:REG32 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dgic.h27 #define REG32(addr) (*(volatile unsigned int *) (addr)) macro
28 #define REG(base, offs) REG32((unsigned long)(base) + offs##_##OFS)
29 #define REGP(base, phys) REG32((unsigned long)(base) + (phys))
33 REG32(_gic_base + segment##_##SECTION_OFS + offset##_##OFS)
35 REG32(_gic_base + segment##_##SECTION_OFS + offset)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-int.c135 gic_present = (REG32(sead3_config_reg) & SEAD_CONFIG_GIC_PRESENT_MSK) >>

Completed in 116 milliseconds