Searched refs:GPR (Results 1 – 14 of 14) sorted by relevance
/linux/sound/pci/emu10k1/ |
H A D | emufx.c | 1790 _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 D | imx95.rst | 39 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 D | chacha-p10le-8x.S | 50 .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 D | poly1305-p10le_64.S | 64 .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 D | Kconfig | 32 bool "Trapeze ITS GPR board"
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-tqma8mq.dtsi | 235 /* 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 D | fsl,imx27-pinctrl.txt | 24 Registers: GIUS (GPIO In Use), GPR (General Purpose Register)
|
/linux/include/uapi/sound/ |
H A D | emu10k1.h | 157 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-sielaff.dts | 154 * REF_CLK from the PHY is fed back into the i.MX6 and the GPR
|
/linux/Documentation/arch/powerpc/ |
H A D | kvm-nested.rst | 371 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 D | nid.h | 887 #define GPR(x) ((x) << 16) macro
|
H A D | ni_dpm.c | 3359 GPR(ni_pi->cac_weights->gpr)); in ni_initialize_hardware_cac_manager()
|
/linux/arch/arc/ |
H A D | Kconfig | 375 (also referred to as r58:r59). These can also be used by gcc as GPR so
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 2843 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,
|