Searched refs:ppc (Results 1 - 25 of 157) sorted by relevance

1234567

/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcommon.h2 #include <ppc-asm.h>
/linux-master/arch/powerpc/crypto/
H A DMakefile8 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o
9 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
11 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
12 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
21 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
22 md5-ppc-y := md5-asm.o md5-glue.o
24 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
25 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
28 aes-gcm-p10-crypto-y := aes-gcm-p10-glue.o aes-gcm-p10.o ghashp10-ppc.o aesp10-ppc
[all...]
/linux-master/arch/powerpc/mm/
H A Dmaccess.c8 #include <asm/ppc-opcode.h>
/linux-master/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
H A Dmipi_backend_defs.h166 #define HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_VAL_BIT(sid_width, ppc) + ((pix_width) * p))
167 #define HRT_MIPI_BACKEND_STREAM_PIX_MS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(sid_width, ppc, pix_width, p) + (pix_width) - 1)
175 #define HRT_MIPI_BACKEND_STREAM_BITS(sid_width, ppc, pix_width) (HRT_MIPI_BACKEND_STREAM_PIX_MS_BIT(sid_width, ppc, pix_width, (ppc - 1)) + 1)
206 #define HRT_MIPI_BACKEND_STREAM_VC_LS_BIT(sid_width, ppc, pix_width) HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(sid_width, ppc, pix_width, 1) + 10 //HRT_MIPI_BACKEND_STREAM_PIXB_LS_BIT + 10 // 36
207 #define HRT_MIPI_BACKEND_STREAM_VC_MS_BIT(sid_width, ppc, pix_widt
[all...]
/linux-master/arch/powerpc/xmon/
H A DMakefile22 obj-y += ppc-dis.o ppc-opc.o
/linux-master/arch/powerpc/platforms/powernv/
H A Dcopy-paste.h5 #include <asm/ppc-opcode.h>
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dbranch_loops.S6 #include <ppc-asm.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp102.c51 int gpc, ppc, n = 0; local
58 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++, n++) {
59 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
63 const u32 o = PPC_UNIT(gpc, ppc, 0);
64 const u32 p = GPC_UNIT(gpc, 0xc44 + (ppc * 4));
66 if (!(gr->ppc_mask[gpc] & (1 << ppc)))
76 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
H A Dctxgf117.c254 int gpc, ppc; local
260 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++) {
261 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc];
262 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc];
264 const u32 o = PPC_UNIT(gpc, ppc, 0);
266 if (!(gr->ppc_mask[gpc] & (1 << ppc)))
270 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc];
272 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
[all...]
H A Dctxgm200.c87 int gpc, ppc, i; local
90 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++) {
91 u8 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc];
92 u8 ppc_tpcm = gr->ppc_tpc_mask[gpc][ppc];
95 ppc_tpcm ^= gr->ppc_tpc_mask[gpc][ppc];
H A Dctxgp100.c52 int gpc, ppc, n = 0; local
59 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++, n++) {
60 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
63 const u32 o = PPC_UNIT(gpc, ppc, 0);
65 if (!(gr->ppc_mask[gpc] & (1 << ppc)))
74 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
H A Dctxgv100.c73 int gpc, ppc, n = 0; local
80 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++, n++) {
81 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
85 const u32 o = PPC_UNIT(gpc, ppc, 0);
87 if (!(gr->ppc_mask[gpc] & (1 << ppc)))
96 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
H A Dgk104.c418 int gpc, ppc; local
421 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++) {
422 if (!(gr->ppc_mask[gpc] & (1 << ppc)))
424 nvkm_wr32(device, PPC_UNIT(gpc, ppc, 0x038), 0xc0000000);
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-asm.S3 #include <ppc-asm.h>
/linux-master/sound/
H A DMakefile7 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
/linux-master/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc_asm.h4 #include <ppc-asm.h>
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_opt_types.tc12 ppc*)
H A Dkprobe_args_string.tc22 ppc*)
H A Dkprobe_args_char.tc22 ppc*)
/linux-master/arch/powerpc/include/asm/
H A Dsynch.h8 #include <asm/ppc-opcode.h>
/linux-master/arch/powerpc/perf/
H A Dbhrb.S8 #include <asm/ppc-opcode.h>
/linux-master/fs/dlm/
H A Dlowcomms.h43 char **ppc, void (*cb)(void *data),
H A Dmidcomms.h20 gfp_t allocation, char **ppc);
/linux-master/arch/powerpc/platforms/85xx/
H A Dp2020.c17 #include <asm/ppc-pci.h>
/linux-master/arch/powerpc/lib/
H A Dquad.S11 #include <asm/ppc-opcode.h>

Completed in 201 milliseconds

1234567