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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpmac_feature.h364 #define MACIO_FCR32(macio, r) ((macio)->base + ((r) >> 2)) macro
367 #define MACIO_IN32(r) (in_le32(MACIO_FCR32(macio,r)))
368 #define MACIO_OUT32(r,v) (out_le32(MACIO_FCR32(macio,r), (v)))

Completed in 62 milliseconds