Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dppc-opcode.h344 #define __PPC_SPR(r) ((((r) & 0x1f) << 16) | ((((r) >> 5) & 0x1f) << 11)) macro
578 #define PPC_RAW_MFSPR(d, spr) (0x7c0002a6 | ___PPC_RT(d) | __PPC_SPR(spr))
579 #define PPC_RAW_MTSPR(spr, d) (0x7c0003a6 | ___PPC_RS(d) | __PPC_SPR(spr))