Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dppc-opcode.h328 #define __PPC_WS(w) (((w) & 0x1f) << 11) macro
329 #define __PPC_SH(s) __PPC_WS(s)
398 #define PPC_RAW_ERATWE(s, a, w) (0x7c0001a6 | __PPC_RS(s) | __PPC_RA(a) | __PPC_WS(w))
399 #define PPC_RAW_ERATRE(s, a, w) (0x7c000166 | __PPC_RS(s) | __PPC_RA(a) | __PPC_WS(w))

Completed in 8 milliseconds