Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Demufx.c1790 _volume(icode, ptr, GPR(dst), GPR(src), GPR(vol))
1792 _volume(icode, ptr, GPR(dst), EXTIN(src), GPR(vol))
1794 _volume_add(icode, ptr, GPR(dst), GPR(src), GPR(vol))
1796 _volume_add(icode, ptr, GPR(dst), EXTIN(src), GPR(vol))
1798 _volume(icode, ptr, EXTOUT(dst), GPR(src), GPR(vol))
1802 _SWITCH(icode, ptr, GPR(dst), GPR(src), GPR(sw))
1804 _SWITCH(icode, ptr, GPR(dst), EXTIN(src), GPR(sw))
1808 _SWITCH_NEG(icode, ptr, GPR(dst), GPR(src))
1865 OP(icode, &ptr, iMACINT0, GPR(0), C_00000000, FXBUS(FXBUS_PCM_LEFT), C_00000008); in _snd_emu10k1_init_efx()
1866 OP(icode, &ptr, iMACINT0, GPR(1), C_00000000, FXBUS(FXBUS_PCM_RIGHT), C_00000008); in _snd_emu10k1_init_efx()
[all …]
/linux/drivers/firmware/arm_scmi/vendors/imx/
H A Dimx95.rst39 contains persistent storage (GPR), an RTC, and the ON/OFF button. The protocol
45 - Read/write GPR
53 Board code can add additional GPR and RTC.
55 GPR are not aggregated. The RTC time is also not aggregated. Setting these
95 | | Bits[15:0] Number of persistent storage (GPR) words. |
130 |uint32 index |Index of GPR to write |
132 |uint32 value |32-bit value to write to the GPR |
138 |int32 status |SUCCESS: if the GPR was successfully written. |
141 | |the specified GPR |
155 |uint32 index |Index of GPR to read |
[all …]
/linux/arch/powerpc/crypto/
H A Dchacha-p10le-8x.S50 .macro SAVE_GPR GPR OFFSET FRAME
51 std \GPR,\OFFSET(\FRAME)
64 .macro RESTORE_GPR GPR OFFSET FRAME
65 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/mips/alchemy/
H A DKconfig32 bool "Trapeze ITS GPR board"
/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/Documentation/arch/powerpc/
H A Dkvm-nested.rst371 specific L2 vCPU (eg. GPR state). Only L2 VCPU state maybe be set by
454 | 0x1000-| 0x08 | RW | T | GPR 0-31 |
/linux/drivers/gpu/drm/radeon/
H A Dnid.h887 #define GPR(x) ((x) << 16) macro
H A Dni_dpm.c3359 GPR(ni_pi->cac_weights->gpr)); in ni_initialize_hardware_cac_manager()
/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.rst2843 type is smaller than a GPR, it is the responsibility of the consumer
2846 when using a u8 in a 64-bit GPR, bits [63:8] may contain arbitrary values,