Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Demufx.c38 MODULE_PARM_DESC(high_res_gpr_volume, "GPR mixer controls use 31-bit range.");
1770 _volume(icode, ptr, GPR(dst), GPR(src), GPR(vol))
1772 _volume(icode, ptr, GPR(dst), EXTIN(src), GPR(vol))
1774 _volume_add(icode, ptr, GPR(dst), GPR(src), GPR(vol))
1776 _volume_add(icode, ptr, GPR(ds
[all...]
/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/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
H A Dni_dpm.c3359 GPR(ni_pi->cac_weights->gpr)); in ni_initialize_hardware_cac_manager()