Searched refs:DEF_MMIO_IN_BE (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 Dio.h135 #define DEF_MMIO_IN_BE(name, size, insn) \ macro
153 DEF_MMIO_IN_BE(in_8, 8, lbz);
154 DEF_MMIO_IN_BE(in_be16, 16, lhz);
155 DEF_MMIO_IN_BE(in_be32, 32, lwz);
167 DEF_MMIO_IN_BE(in_be64, 64, ld);

Completed in 50 milliseconds