Home
last modified time | relevance | path

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

/linux-6.6.21/sound/pci/emu10k1/
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-6.6.21/Documentation/devicetree/bindings/net/
Dnxp,dwmac-imx.yaml63 - description: phandle to the GPR syscon
64 - description: the offset of the GPR register
67 encompases the GPR register, and the offset of the GPR register.
/linux-6.6.21/Documentation/devicetree/bindings/soc/qcom/
Dqcom,apr-services.yaml7 title: Qualcomm APR/GPR services shared parts
13 Common parts of a static service in Qualcomm APR/GPR (Asynchronous/Generic
33 GPR Service ID
Dqcom,apr.yaml7 title: Qualcomm APR/GPR (Asynchronous/Generic Packet Router)
13 This binding describes the Qualcomm APR/GPR, APR/GPR is a IPC protocol for
14 communication between Application processor and QDSP. APR/GPR is mainly
97 APR/GPR static port services.
/linux-6.6.21/Documentation/devicetree/bindings/dma/
Dfsl,imx-sdma.yaml105 description: The phandle to the General Purpose Register (GPR) node
112 - description: GPR register offset
113 - description: GPR register shift
114 - description: GPR register value
/linux-6.6.21/arch/mips/alchemy/
DKconfig32 bool "Trapeze ITS GPR board"
/linux-6.6.21/arch/powerpc/crypto/
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)
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-6.6.21/Documentation/devicetree/bindings/remoteproc/
Dqcom,glink-edge.yaml36 Qualcomm GPR (Generic Packet Router)
Dfsl,imx-rproc.yaml78 Phandle to IOMUXC GPR block which provide access to CM7 CPUWAIT bit.
Dqcom,smd-edge.yaml31 Qualcomm APR/GPR (Asynchronous/Generic Packet Router)
/linux-6.6.21/arch/arm64/boot/dts/freescale/
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-6.6.21/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx27-pinctrl.txt24 Registers: GIUS (GPIO In Use), GPR (General Purpose Register)
/linux-6.6.21/include/uapi/sound/
Demu10k1.h157 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro
/linux-6.6.21/Documentation/devicetree/bindings/bus/
Dimx-weim.txt31 Purpose Register controller that contains WEIM CS GPR
/linux-6.6.21/drivers/soc/qcom/
DKconfig264 tristate "Qualcomm APR/GPR Bus (Asynchronous/Generic Packet Router)"
/linux-6.6.21/arch/arm/kernel/
Dentry-armv.S157 THUMB( add sp, r1 ) @ get SP in a GPR without
/linux-6.6.21/drivers/gpu/drm/radeon/
Dnid.h887 #define GPR(x) ((x) << 16) macro
Dni_dpm.c3362 GPR(ni_pi->cac_weights->gpr)); in ni_initialize_hardware_cac_manager()
/linux-6.6.21/arch/arc/
DKconfig375 (also referred to as r58:r59). These can also be used by gcc as GPR so
/linux-6.6.21/Documentation/trace/
Dftrace.rst2788 type is smaller than a GPR, it is the responsibility of the consumer
2791 when using a u8 in a 64-bit GPR, bits [63:8] may contain arbitrary values,