Home
last modified time | relevance | path

Searched defs:in_be16 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/boot/
H A Dio.h37 static inline unsigned in_be16(const volatile u16 *addr) in in_be16() function
/linux/arch/microblaze/include/asm/
H A Dio.h42 #define in_be16(a) __raw_readw(a) macro
/linux/arch/m68k/include/asm/
H A Draw_io.h21 #define in_be16(addr) \ macro