Searched refs:ocd_base (Results 1 - 3 of 3) 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 Dtitan_dep.h20 (*(volatile u32 *)(ocd_base+(ofs)))
22 (*(volatile u16 *)(ocd_base+(ofs)))
24 (*(volatile u8 *)(ocd_base+(ofs)))
27 do { *(volatile u32 *)(ocd_base+(ofs)) = (data); } while (0)
29 do { *(volatile u16 *)(ocd_base+(ofs)) = (data); } while (0)
31 do { *(volatile u8 *)(ocd_base+(ofs)) = (data); } while (0)
48 extern unsigned long ocd_base;
216 #define OCD_READ(reg) (*(volatile unsigned int *)(ocd_base + (reg)))
218 do { *(volatile unsigned int *)(ocd_base + (reg)) = (val); } while (0)
H A Drm9k-ocd.h27 extern volatile void __iomem * const ocd_base;
30 #define ocd_addr(__x__) (ocd_base + (__x__))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dsetup.c147 unsigned long ocd_base; variable
149 EXPORT_SYMBOL(ocd_base); variable
162 ocd_base = (unsigned long) ioremap(OCD_BASE, OCD_SIZE);
163 if (!ocd_base)

Completed in 166 milliseconds