Home
last modified time | relevance | path

Searched refs:ppc (Results 1 – 60 of 60) sorted by relevance

/linux-4.4.14/drivers/block/paride/
Dppc6lnx.c104 static int ppc6_select(Interface *ppc);
105 static void ppc6_deselect(Interface *ppc);
106 static void ppc6_send_cmd(Interface *ppc, u8 cmd);
107 static void ppc6_wr_data_byte(Interface *ppc, u8 data);
108 static u8 ppc6_rd_data_byte(Interface *ppc);
109 static u8 ppc6_rd_port(Interface *ppc, u8 port);
110 static void ppc6_wr_port(Interface *ppc, u8 port, u8 data);
111 static void ppc6_rd_data_blk(Interface *ppc, u8 *data, long count);
112 static void ppc6_wait_for_fifo(Interface *ppc);
113 static void ppc6_wr_data_blk(Interface *ppc, u8 *data, long count);
[all …]
/linux-4.4.14/drivers/crypto/vmx/
DMakefile2 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o ghash.o
13 $(src)/aesp8-ppc.S: $(src)/aesp8-ppc.pl
16 $(src)/ghashp8-ppc.S: $(src)/ghashp8-ppc.pl
19 .PRECIOUS: $(obj)/aesp8-ppc.S $(obj)/ghashp8-ppc.S
/linux-4.4.14/arch/powerpc/crypto/
DMakefile7 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o
8 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
10 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
11 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
13 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
14 md5-ppc-y := md5-asm.o md5-glue.o
16 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
17 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgf117.c197 int gpc, ppc; in gf117_grctx_generate_attrib() local
205 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++) { in gf117_grctx_generate_attrib()
206 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
207 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
209 const u32 o = PPC_UNIT(gpc, ppc, 0); in gf117_grctx_generate_attrib()
210 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gf117_grctx_generate_attrib()
214 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
216 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
234 gf100_gr_mmio(gr, grctx->ppc); in gf117_grctx_generate_main()
266 .ppc = gf117_grctx_pack_ppc,
Dctxgm107.c909 int gpc, ppc, n = 0; in gm107_grctx_generate_attrib() local
918 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++, n++) { in gm107_grctx_generate_attrib()
919 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
920 const u32 bs = attrib * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
922 const u32 o = PPC_UNIT(gpc, ppc, 0); in gm107_grctx_generate_attrib()
925 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
928 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
966 gf100_gr_mmio(gr, grctx->ppc); in gm107_grctx_generate_main()
1007 .ppc = gm107_grctx_pack_ppc,
Dgm204.c245 int gpc, tpc, ppc, rop; in gm204_gr_init() local
313 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++) in gm204_gr_init()
314 nvkm_wr32(device, PPC_UNIT(gpc, ppc, 0x038), 0xc0000000); in gm204_gr_init()
Dgm107.c317 int gpc, tpc, ppc, rop; in gm107_gr_init() local
377 for (ppc = 0; ppc < 2 /* gr->ppc_nr[gpc] */; ppc++) in gm107_gr_init()
378 nvkm_wr32(device, PPC_UNIT(gpc, ppc, 0x038), 0xc0000000); in gm107_gr_init()
Dctxgk110b.c80 .ppc = gk110_grctx_pack_ppc,
Dctxgm206.c60 .ppc = gm204_grctx_pack_ppc,
Dctxgm204.c992 gf100_gr_mmio(gr, grctx->ppc); in gm204_grctx_generate_main()
1035 .ppc = gm204_grctx_pack_ppc,
Dctxgk208.c541 .ppc = gk208_grctx_pack_ppc,
Dctxgk110.c819 .ppc = gk110_grctx_pack_ppc,
Dctxgk104.c967 gf100_gr_mmio(gr, grctx->ppc); in gk104_grctx_generate_main()
1005 .ppc = gk104_grctx_pack_ppc,
Dctxgf100.h32 const struct gf100_gr_pack *ppc; member
Dctxgf100.c1248 gf100_gr_mmio(gr, grctx->ppc); in gf100_grctx_generate_main()
Dgf100.c1471 gf100_gr_init_csdata(gr, grctx->ppc, 0x41a000, 0x008, 0x41be00); in gf100_gr_init_ctxctl()
/linux-4.4.14/arch/powerpc/xmon/
DMakefile12 obj-y += ppc-dis.o ppc-opc.o
/linux-4.4.14/Documentation/powerpc/
Dmpc52xx.txt9 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
20 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
23 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz
/linux-4.4.14/drivers/acpi/
Dprocessor_perflib.c76 unsigned int ppc = 0; in acpi_processor_ppc_notifier() local
95 ppc = (unsigned int)pr->performance_platform_limit; in acpi_processor_ppc_notifier()
97 if (ppc >= pr->performance->state_count) in acpi_processor_ppc_notifier()
101 pr->performance->states[ppc]. in acpi_processor_ppc_notifier()
117 unsigned long long ppc = 0; in acpi_processor_get_platform_limit() local
127 status = acpi_evaluate_integer(pr->handle, "_PPC", NULL, &ppc); in acpi_processor_get_platform_limit()
138 (int)ppc, ppc ? "" : "not"); in acpi_processor_get_platform_limit()
140 pr->performance_platform_limit = (int)ppc; in acpi_processor_get_platform_limit()
/linux-4.4.14/fs/dlm/
Dlowcomms.h21 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
Dlowcomms.c1356 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc) in dlm_lowcomms_get_buffer() argument
1380 *ppc = page_address(e->page) + offset; in dlm_lowcomms_get_buffer()
/linux-4.4.14/arch/powerpc/boot/dts/
Dps3.dts50 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
61 ibm,ppc-interrupt-server#s = <0x0 0x1>;
Dmpc5125twr.dts45 clock-frequency = <396000000>; // 396 MHz ppc core
Dac14xx.dts32 clock-frequency = <400000000>; /* 400 MHz ppc core */
Dmpc5121.dtsi41 clock-frequency = <396000000>; /* 396 MHz ppc core */
/linux-4.4.14/sound/
DMakefile8 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
DKconfig81 source "sound/ppc/Kconfig"
/linux-4.4.14/tools/perf/config/
DMakefile.arch9 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
/linux-4.4.14/tools/testing/ktest/examples/
Dcrosstests.conf169 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT}
174 TEST_START IF ${RUN} == ppc || ${RUN} == ppc64 || ${DO_DEFAULT}
/linux-4.4.14/Documentation/virtual/kvm/
D00-INDEX19 ppc-pv.txt
Dhypercalls.txt29 For more information refer to Documentation/virtual/kvm/ppc-pv.txt
Dapi.txt337 Architectures: x86, ppc
355 /* ppc -- see arch/powerpc/include/uapi/asm/kvm.h */
365 Architectures: x86, ppc
401 Architectures: x86, ppc, mips
994 mips (only KVM_CAP_ENABLE_CAP), ppc, s390
1279 Architectures: ppc
1638 Architectures: ppc
2665 Architectures: ppc
2684 Architectures: x86, s390, ppc, arm64
3391 Architectures: ppc
[all …]
/linux-4.4.14/tools/testing/selftests/powerpc/
DMakefile5 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/)
/linux-4.4.14/drivers/cpufreq/
DMakefile84 obj-$(CONFIG_CPU_FREQ_CBE) += ppc-cbe-cpufreq.o
85 ppc-cbe-cpufreq-y += ppc_cbe_cpufreq_pervasive.o ppc_cbe_cpufreq.o
/linux-4.4.14/arch/powerpc/boot/
Dwrapper360 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
377 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
440 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c512 struct ptlrpcd_ctl **ppc; in ptlrpcd_partners() local
536 ppc = pc->pc_partners; in ptlrpcd_partners()
539 *ppc++ = &pd->pd_threads[i]; in ptlrpcd_partners()
/linux-4.4.14/drivers/media/platform/davinci/
Ddm355_ccdc.c224 enum ccdc_frmfmt frm_fmt, int ppc) in ccdc_setwin() argument
237 horz_start = image_win->left << (ppc - 1); in ccdc_setwin()
238 horz_nr_pixels = ((image_win->width) << (ppc - 1)) - 1; in ccdc_setwin()
Ddm644x_ccdc.c135 int ppc) in ccdc_setwin() argument
147 horz_start = image_win->left << (ppc - 1); in ccdc_setwin()
148 horz_nr_pixels = (image_win->width << (ppc - 1)) - 1; in ccdc_setwin()
Disif.c284 enum ccdc_frmfmt frm_fmt, int ppc) in isif_setwin() argument
296 horz_start = image_win->left << (ppc - 1); in isif_setwin()
297 horz_nr_pixels = ((image_win->width) << (ppc - 1)) - 1; in isif_setwin()
/linux-4.4.14/arch/powerpc/
DMakefile56 OLDARCH := ppc
87 LDEMULATION := ppc
/linux-4.4.14/Documentation/cpu-freq/
Duser-guide.txt24 1.4 ppc
86 1.4 ppc
/linux-4.4.14/Documentation/
Dserial-console.txt107 the integration of these patches into m68k, ppc and alpha.
Dkmemleak.txt14 Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze, ppc, mips, s390, metag and tile.
Dsysrq.txt121 'x' - Used by xmon interface on ppc/powerpc platforms.
Dcpu-hotplug.txt139 i386 (Intel), ppc, ppc64, parisc, s390, ia64 and x86_64
Dkprobes.txt301 - ppc
Dmemory-barriers.txt791 http://www.cl.cam.ac.uk/users/pes20/ppc-supplemental/test6.pdf and this
/linux-4.4.14/drivers/video/fbdev/
Dffb.c219 u32 ppc; member
435 &fbc->ppc); in ffb_switch_from_graph()
/linux-4.4.14/scripts/package/
Dbuilddeb46 ppc*)
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_isif.c761 enum isif_frmfmt frm_fmt, int ppc, int mode) in isif_setwin() argument
774 horz_start = image_win->left << (ppc - 1); in isif_setwin()
775 horz_nr_pixels = (image_win->width << (ppc - 1)) - 1; in isif_setwin()
/linux-4.4.14/arch/powerpc/platforms/
DKconfig.cputype150 # this is temp to handle compat with arch=ppc
/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid_sas599 i. Support for 1078 type (ppc IOP) controller, device id : 0x60 added.
601 are initialized with function pointers specific to the ppc or
/linux-4.4.14/drivers/scsi/
Dscsi_debug.c2268 int ppc, sp, pcontrol, pcode, subpcode, alloc_len, len, n; in resp_log_sense() local
2273 ppc = cmd[1] & 0x2; in resp_log_sense()
2275 if (ppc || sp) { in resp_log_sense()
2276 mk_sense_invalid_fld(scp, SDEB_IN_CDB, 1, ppc ? 1 : 0); in resp_log_sense()
/linux-4.4.14/
DMakefile228 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
DMAINTAINERS5250 F: drivers/crypto/vmx/ppc-xlate.pl
6082 L: kvm-ppc@vger.kernel.org
6379 W: http://www.ibm.com/linux/ltc/projects/ppc
8550 F: sound/ppc/snd_ps3*
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt477 #arch/ppc/Makefile
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt1 Booting the Linux/ppc kernel without Open Firmware
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt1593 Module snd-powermac (on ppc only)
/linux-4.4.14/Documentation/trace/
Dftrace.txt355 ppc-tb: This uses the powerpc timebase register value.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4326 the first UML port to Linux/ppc