Searched refs:pdc (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dpromise_raid.c39 struct promise_meta *pdc; local
59 pdc = (struct promise_meta *) buf;
60 if (memcmp(pdc->sig, PDC_SIGNATURE, sizeof(PDC_SIGNATURE)-1) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dprocessor.c41 #include <asm/pdc.h>
203 #define p ((unsigned long *)&boot_cpu_data.pdc.model)
204 if (pdc_model_info(&boot_cpu_data.pdc.model) == PDC_OK)
210 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK)
212 boot_cpu_data.pdc.versions);
214 if (pdc_model_cpuid(&boot_cpu_data.pdc.cpuid) == PDC_OK)
216 (boot_cpu_data.pdc.cpuid >> 5) & 127,
217 boot_cpu_data.pdc.cpuid & 31,
218 boot_cpu_data.pdc.cpuid);
220 if (pdc_model_capabilities(&boot_cpu_data.pdc
[all...]
H A Dpacache.S23 * NOTE: fdc,fic, and pdc instructions that use base register modification
653 1: pdc,m %r23(%r26)
654 pdc,m %r23(%r26)
655 pdc,m %r23(%r26)
656 pdc,m %r23(%r26)
657 pdc,m %r23(%r26)
658 pdc,m %r23(%r26)
659 pdc,m %r23(%r26)
660 pdc,m %r23(%r26)
661 pdc,
[all...]
H A Dpdc_cons.c53 #include <asm/pdc.h> /* for iodc_call() proto and friends */
125 /* register the pdc console */
144 * all of the current consoles, reinitializes the pdc console and
162 /* force registering the pdc console */
H A Dpdc_chassis.c41 #include <asm/pdc.h>
67 * @pdc_chassis_old: 1 if old pdc chassis style
H A Dsetup.c41 #include <asm/pdc.h>
H A Dtime.c31 #include <asm/pdc.h>
H A Dcache.c22 #include <asm/pdc.h>
160 if ((boot_cpu_data.pdc.capabilities & PDC_MODEL_NVA_MASK) ==
H A Dhpmc.S36 * before calling pdc/iodc.
47 #include <asm/pdc.h>
H A Dprocess.c51 #include <asm/pdc.h>
H A Dhead.S17 #include <asm/pdc.h>
H A Dinventory.c29 #include <asm/pdc.h>
54 /* Determine the pdc "type" used on this machine */
67 * is a pdc pat box, or it is an older box. All 64 bit capable
68 * machines are either pdc pat boxes or they support PDC_SYSTEM_MAP.
110 #define PDC_PAGE_ADJ_SHIFT (PAGE_SHIFT - 12) /* pdc pages are always 4k */
120 * pdc info is bad in this case).
267 /* pat pdc can return information about a variety of different
294 /* The above pdc call shouldn't fail, but, just in
385 /* The above pdc call only works on boxes with sprockets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/at91/
H A Dat91-pcm.c89 at91_ssc_write(params->ssc_base + params->pdc->xpr, prtd->period_ptr);
90 at91_ssc_write(params->ssc_base + params->pdc->xcr,
103 at91_ssc_write(params->ssc_base + params->pdc->xnpr, prtd->period_ptr);
104 at91_ssc_write(params->ssc_base + params->pdc->xncr,
172 at91_ssc_write(params->ssc_base + params->pdc->xpr, prtd->period_ptr);
173 at91_ssc_write(params->ssc_base + params->pdc->xcr,
177 at91_ssc_write(params->ssc_base + params->pdc->xnpr, prtd->period_ptr);
178 at91_ssc_write(params->ssc_base + params->pdc->xncr,
183 at91_ssc_read(params->ssc_base + params->pdc->xpr),
184 at91_ssc_read(params->ssc_base + params->pdc
[all...]
H A Dat91-pcm.h61 struct at91_pdc_regs *pdc; /* PDC receive or transmit registers */ member in struct:at91_pcm_dma_params
H A Dat91-ssc.c93 .pdc = &pdc_tx_reg,
98 .pdc = &pdc_rx_reg,
104 .pdc = &pdc_tx_reg,
109 .pdc = &pdc_rx_reg,
114 .pdc = &pdc_tx_reg,
119 .pdc = &pdc_rx_reg,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dprocessor.c23 /* allocate and initialize pdc. It will be used later. */
57 pr->pdc = obj_list;
68 pr->pdc = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dacpi-processor.c23 /* allocate and initialize pdc. It will be used later. */
54 pr->pdc = obj_list;
62 pr->pdc = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Drtc.h17 #include <asm/pdc.h>
H A Dhardware.h5 #include <asm/pdc.h>
H A Dprocessor.h16 #include <asm/pdc.h>
64 } pdc; member in struct:system_cpuinfo_parisc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dpower.c46 #include <asm/pdc.h>
H A Dsba_iommu.c25 #include <asm/pdc.h> /* for PDC_MODEL_* */
1052 if ( ((boot_cpu_data.pdc.cpuid >> 5) & 0x7f) != 0x13
1053 || (boot_cpu_data.pdc.versions > 0x202)
1054 || (boot_cpu_data.pdc.capabilities & 0x08L) )
1602 ioc_needs_fdc = boot_cpu_data.pdc.capabilities & PDC_MODEL_IOPDIR_FDC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dprocessor.h179 struct acpi_object_list *pdc; member in struct:acpi_processor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c733 static int sym_read_parisc_pdc(struct sym_device *np, struct pdc_initiator *pdc) argument
737 if (!pdc_get_initiator(&hwpath, pdc))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_gsc.c41 #include <asm/pdc.h>

Completed in 85 milliseconds

12