Home
last modified time | relevance | path

Searched refs:PPC_HI (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h364 #define PPC_HI(v) (((v) >> 16) & 0xffff) macro
365 #define PPC_HA(v) PPC_HI((v) + 0x8000)