Home
last modified time | relevance | path

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

/linux/arch/mips/alchemy/
H A DKconfig32 bool "Trapeze ITS GPR board"
/linux/lib/crypto/powerpc/
H A Dchacha-p10le-8x.S47 .macro SAVE_GPR GPR OFFSET FRAME
48 std \GPR,\OFFSET(\FRAME)
61 .macro RESTORE_GPR GPR OFFSET FRAME
62 ld \GPR,\OFFSET(\FRAME)
H A Dpoly1305-p10le_64.S64 .macro SAVE_GPR GPR OFFSET FRAME
65 std \GPR,\OFFSET(\FRAME)
78 .macro RESTORE_GPR GPR OFFSET FRAME
79 ld \GPR,\OFFSET(\FRAME)
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-tqma8mq.dtsi235 /* 3.3V supply, only way to switch on internal 1.8V supply using GPR */
240 /* 3.3V supply, only way to switch on internal 1.8V supply using GPR */
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,imx27-pinctrl.txt24 Registers: GIUS (GPIO In Use), GPR (General Purpose Register)
/linux/include/uapi/sound/
H A Demu10k1.h157 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-sielaff.dts154 * REF_CLK from the PHY is fed back into the i.MX6 and the GPR
/linux/drivers/gpu/drm/radeon/
H A Dnid.h887 #define GPR(x) ((x) << 16) macro
/linux/arch/arc/
H A DKconfig375 (also referred to as r58:r59). These can also be used by gcc as GPR so
/linux/Documentation/trace/
H A Dftrace.rst2864 type is smaller than a GPR, it is the responsibility of the consumer
2867 when using a u8 in a 64-bit GPR, bits [63:8] may contain arbitrary values,