/linux-3.4.99/drivers/block/paride/ |
D | ppc6lnx.c | 104 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-3.4.99/arch/um/sys-ppc/ |
D | Makefile | 9 asflags-y := -DCONFIG_PPC32 -I. -I$(srctree)/arch/ppc/kernel 25 ln -s $(srctree)/arch/ppc/lib/$@ $@ 29 ln -s $(srctree)/arch/ppc/kernel/$@ $@ 33 ln -s $(srctree)/arch/ppc/kernel/$@ $@ 36 $(srctree)/include/asm-ppc/mmu.h \ 37 $(srctree)/include/asm-ppc/processor.h \ 38 $(srctree)/include/asm-ppc/pgtable.h \ 39 $(srctree)/include/asm-ppc/ptrace.h 55 ln -s $(srctree)/include/asm-ppc asm 61 ln -s $(srctree)/include/asm-ppc asm
|
/linux-3.4.99/arch/powerpc/xmon/ |
D | Makefile | 12 obj-y += ppc-dis.o ppc-opc.o
|
/linux-3.4.99/Documentation/powerpc/ |
D | mpc52xx.txt | 9 # <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
|
D | cpu_features.txt | 14 arch/ppc/kernel/cputable.c. The PVR register is masked and compared with each 54 (arch/ppc/kernel/misc.S) is invoked, it will iterate over the records in
|
/linux-3.4.99/drivers/acpi/ |
D | processor_perflib.c | 83 unsigned int ppc = 0; in acpi_processor_ppc_notifier() local 102 ppc = (unsigned int)pr->performance_platform_limit; in acpi_processor_ppc_notifier() 104 if (ppc >= pr->performance->state_count) in acpi_processor_ppc_notifier() 108 pr->performance->states[ppc]. in acpi_processor_ppc_notifier() 124 unsigned long long ppc = 0; in acpi_processor_get_platform_limit() local 134 status = acpi_evaluate_integer(pr->handle, "_PPC", NULL, &ppc); in acpi_processor_get_platform_limit() 145 (int)ppc, ppc ? "" : "not"); in acpi_processor_get_platform_limit() 147 pr->performance_platform_limit = (int)ppc; in acpi_processor_get_platform_limit()
|
/linux-3.4.99/fs/dlm/ |
D | lowcomms.h | 20 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
|
D | lowcomms.c | 1247 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc) in dlm_lowcomms_get_buffer() argument 1272 *ppc = page_address(e->page) + offset; in dlm_lowcomms_get_buffer()
|
/linux-3.4.99/arch/um/ |
D | Makefile-ppc | 8 # The arch is ppc, but the elf32 name is powerpc
|
/linux-3.4.99/arch/powerpc/boot/dts/ |
D | ps3.dts | 50 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one 61 ibm,ppc-interrupt-server#s = <0x0 0x1>;
|
D | pdm360ng.dts | 42 clock-frequency = <396000000>; // 396 MHz ppc core
|
D | mpc5121ads.dts | 37 clock-frequency = <396000000>; // 396 MHz ppc core
|
/linux-3.4.99/sound/ |
D | Makefile | 8 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
|
D | Kconfig | 82 source "sound/ppc/Kconfig"
|
/linux-3.4.99/arch/powerpc/boot/ |
D | wrapper | 314 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \ 331 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \ 394 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \
|
/linux-3.4.99/arch/powerpc/ |
D | Makefile | 48 OLDARCH := ppc 61 override LD += -m elf$(CONFIG_WORD_SIZE)ppc
|
/linux-3.4.99/Documentation/cpu-freq/ |
D | user-guide.txt | 24 1.4 ppc 86 1.4 ppc
|
/linux-3.4.99/drivers/media/video/davinci/ |
D | dm355_ccdc.c | 229 enum ccdc_frmfmt frm_fmt, int ppc) in ccdc_setwin() argument 242 horz_start = image_win->left << (ppc - 1); in ccdc_setwin() 243 horz_nr_pixels = ((image_win->width) << (ppc - 1)) - 1; in ccdc_setwin()
|
D | dm644x_ccdc.c | 140 int ppc) in ccdc_setwin() argument 152 horz_start = image_win->left << (ppc - 1); in ccdc_setwin() 153 horz_nr_pixels = (image_win->width << (ppc - 1)) - 1; in ccdc_setwin()
|
D | isif.c | 287 enum ccdc_frmfmt frm_fmt, int ppc) in isif_setwin() argument 299 horz_start = image_win->left << (ppc - 1); in isif_setwin() 300 horz_nr_pixels = ((image_win->width) << (ppc - 1)) - 1; in isif_setwin()
|
/linux-3.4.99/Documentation/ |
D | zorro.txt | 98 linux/include/asm-{m68k,ppc}/zorro.h
|
D | serial-console.txt | 107 the integration of these patches into m68k, ppc and alpha.
|
/linux-3.4.99/scripts/package/ |
D | builddeb | 39 ppc*)
|
/linux-3.4.99/Documentation/virtual/kvm/ |
D | api.txt | 310 Architectures: x86, ppc 328 /* ppc -- see arch/powerpc/include/asm/kvm.h */ 337 Architectures: x86, ppc 371 Architectures: x86, ppc 868 Architectures: ppc 1125 Architectures: ppc 1423 Architectures: ppc 1931 Architectures: ppc 1944 Architectures: ppc 1962 Architectures: ppc
|
/linux-3.4.99/drivers/video/ |
D | ffb.c | 219 u32 ppc; member 435 &fbc->ppc); in ffb_switch_from_graph()
|