| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | processor.c | 241 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in collect_boot_cpu_data() 242 if (pdc_model_info(&boot_cpu_data.pdc.model) == PDC_OK) { in collect_boot_cpu_data() 247 add_device_randomness(&boot_cpu_data.pdc.model, in collect_boot_cpu_data() 248 sizeof(boot_cpu_data.pdc.model)); in collect_boot_cpu_data() 252 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) { in collect_boot_cpu_data() 254 boot_cpu_data.pdc.versions); in collect_boot_cpu_data() 256 add_device_randomness(&boot_cpu_data.pdc.versions, in collect_boot_cpu_data() 257 sizeof(boot_cpu_data.pdc.versions)); in collect_boot_cpu_data() 260 if (pdc_model_cpuid(&boot_cpu_data.pdc.cpuid) == PDC_OK) { in collect_boot_cpu_data() 262 (boot_cpu_data.pdc.cpuid >> 5) & 127, in collect_boot_cpu_data() [all …]
|
| H A D | pacache.S | 858 1: pdc,m r31(%r28) 859 pdc,m r31(%r28) 860 pdc,m r31(%r28) 861 pdc,m r31(%r28) 862 pdc,m r31(%r28) 863 pdc,m r31(%r28) 864 pdc,m r31(%r28) 865 pdc,m r31(%r28) 866 pdc,m r31(%r28) 867 pdc,m r31(%r28) [all …]
|
| H A D | drivers.c | 926 boot_cpu_data.pdc.sys_model_name); in qemu_header() 930 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in qemu_header() 935 boot_cpu_data.pdc.versions); in qemu_header() 938 boot_cpu_data.pdc.cpuid); in qemu_header() 941 boot_cpu_data.pdc.capabilities); in qemu_header()
|
| H A D | alternative.c | 42 ((boot_cpu_data.pdc.capabilities & PDC_MODEL_IOPDIR_FDC) == 0)) in apply_alternatives()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | qcom,pdc.txt | 20 Definition: Should contain "qcom,<soc>-pdc" and "qcom,pdc" 21 - "qcom,sc7180-pdc": For SC7180 22 - "qcom,sdm845-pdc": For SDM845 47 - qcom,pdc-ranges: 66 pdc: interrupt-controller@b220000 { 67 compatible = "qcom,sdm845-pdc"; 69 qcom,pdc-ranges = <0 512 94>, <94 641 15>, <115 662 7>; 80 interrupts-extended = <&pdc 2 IRQ_TYPE_LEVEL_HIGH>; 84 the qcom,pdc-ranges property.
|
| H A D | img,pdc-intc.txt | 11 The type shall be <string> and the value shall include "img,pdc-intc". 54 pdc: pdc@02006000 { 65 compatible = "img,pdc-intc"; 86 interrupt-parent = <&pdc>; 100 interrupt-parent = <&pdc>;
|
| /OK3568_Linux_fs/kernel/sound/soc/atmel/ |
| H A D | atmel-pcm-pdc.c | 175 ssc_writex(params->ssc->regs, params->pdc->xpr, in atmel_pcm_dma_irq() 177 ssc_writex(params->ssc->regs, params->pdc->xcr, in atmel_pcm_dma_irq() 189 ssc_writex(params->ssc->regs, params->pdc->xnpr, in atmel_pcm_dma_irq() 191 ssc_writex(params->ssc->regs, params->pdc->xncr, in atmel_pcm_dma_irq() 276 ssc_writex(params->ssc->regs, params->pdc->xpr, in atmel_pcm_trigger() 278 ssc_writex(params->ssc->regs, params->pdc->xcr, in atmel_pcm_trigger() 282 ssc_writex(params->ssc->regs, params->pdc->xnpr, in atmel_pcm_trigger() 284 ssc_writex(params->ssc->regs, params->pdc->xncr, in atmel_pcm_trigger() 291 ssc_readx(params->ssc->regs, params->pdc->xpr), in atmel_pcm_trigger() 292 ssc_readx(params->ssc->regs, params->pdc->xcr), in atmel_pcm_trigger() [all …]
|
| H A D | Makefile | 3 snd-soc-atmel-pcm-pdc-objs := atmel-pcm-pdc.o 14 obj-$(CONFIG_SND_ATMEL_SOC_SSC) += snd-soc-atmel-pcm-pdc.o
|
| H A D | atmel_ssc_dai.c | 85 .pdc = &pdc_tx_reg, 90 .pdc = &pdc_rx_reg, 95 .pdc = &pdc_tx_reg, 100 .pdc = &pdc_rx_reg, 105 .pdc = &pdc_tx_reg, 110 .pdc = &pdc_rx_reg,
|
| H A D | atmel-pcm.h | 61 struct atmel_pdc_regs *pdc; /* PDC receive or transmit registers */ member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | atmel_serial.c | 1452 struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx; in atmel_release_tx_pdc() local 1455 pdc->dma_addr, in atmel_release_tx_pdc() 1456 pdc->dma_size, in atmel_release_tx_pdc() 1467 struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx; in atmel_tx_pdc() local 1474 xmit->tail += pdc->ofs; in atmel_tx_pdc() 1477 port->icount.tx += pdc->ofs; in atmel_tx_pdc() 1478 pdc->ofs = 0; in atmel_tx_pdc() 1487 pdc->dma_addr, in atmel_tx_pdc() 1488 pdc->dma_size, in atmel_tx_pdc() 1492 pdc->ofs = count; in atmel_tx_pdc() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/ |
| H A D | imgpdc-wdt.txt | 4 - compatible : Should be "img,pdc-wdt" 14 compatible = "img,pdc-wdt";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/ |
| H A D | brcm,iproc-pdc-mbox.txt | 7 - compatible : Should be "brcm,iproc-pdc-mbox" or "brcm,iproc-fa2-mbox" for 19 compatible = "brcm,iproc-pdc-mbox";
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_spi.h | 30 at91_pdc_t pdc; member
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | Makefile | 38 obj-$(CONFIG_BCM_PDC_MBOX) += bcm-pdc-mailbox.o
|
| /OK3568_Linux_fs/kernel/drivers/reset/ |
| H A D | Makefile | 23 obj-$(CONFIG_RESET_QCOM_PDC) += reset-qcom-pdc.o
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/broadcom/northstar2/ |
| H A D | ns2.dtsi | 216 compatible = "brcm,iproc-pdc-mbox"; 232 compatible = "brcm,iproc-pdc-mbox"; 248 compatible = "brcm,iproc-pdc-mbox"; 264 compatible = "brcm,iproc-pdc-mbox";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/ |
| H A D | atmel-ssc.txt | 5 - atmel,at91rm9200-ssc: support pdc transfer
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | pch_dma.c | 110 #define channel_readl(pdc, name) \ argument 111 readl((pdc)->membase + PDC_##name) 112 #define channel_writel(pdc, name, val) \ argument 113 writel((val), (pdc)->membase + PDC_##name)
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | processor.h | 76 } pdc; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | cpu.c | 94 uint32_t pdc; member
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | sba_iommu.c | 1140 if ( ((boot_cpu_data.pdc.cpuid >> 5) & 0x7f) != 0x13 in sba_alloc_pdir() 1141 || (boot_cpu_data.pdc.versions > 0x202) in sba_alloc_pdir() 1142 || (boot_cpu_data.pdc.capabilities & 0x08L) ) in sba_alloc_pdir() 1760 ioc_needs_fdc = boot_cpu_data.pdc.capabilities & PDC_MODEL_IOPDIR_FDC; in sba_common_init()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_nvram.c | 721 static int sym_read_parisc_pdc(struct sym_device *np, struct pdc_initiator *pdc) in sym_read_parisc_pdc() argument 725 if (!pdc_get_initiator(&hwpath, pdc)) in sym_read_parisc_pdc()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sm8250.dtsi | 1390 interrupts-extended = <&pdc 9 IRQ_TYPE_LEVEL_HIGH>, 1484 pdc: interrupt-controller@b220000 { label 1485 compatible = "qcom,sm8250-pdc", "qcom,pdc"; 1487 qcom,pdc-ranges = <0 480 94>, <94 609 31>, 1538 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 1559 wakeup-parent = <&pdc>; 2163 interrupts-extended = <&pdc 6 IRQ_TYPE_LEVEL_HIGH>,
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_main.c | 3030 u8 pdc; in sisfb_save_pdc_emi() local 3031 pdc = SiS_GetReg(SISPART1, 0x2D); in sisfb_save_pdc_emi() 3032 ivideo->detectedpdc = (pdc & 0x0f) << 1; in sisfb_save_pdc_emi() 3033 ivideo->detectedpdca = (pdc & 0xf0) >> 3; in sisfb_save_pdc_emi() 3034 pdc = SiS_GetReg(SISPART1, 0x35); in sisfb_save_pdc_emi() 3035 ivideo->detectedpdc |= ((pdc >> 7) & 0x01); in sisfb_save_pdc_emi() 3036 pdc = SiS_GetReg(SISPART1, 0x20); in sisfb_save_pdc_emi() 3037 ivideo->detectedpdca |= ((pdc >> 6) & 0x01); in sisfb_save_pdc_emi() 6605 static int pdc = -1; variable 6678 if(pdc != -1) in sisfb_init_module() [all …]
|