/linux-6.1.9/arch/parisc/kernel/ |
D | processor.c | 242 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in collect_boot_cpu_data() 243 if (pdc_model_info(&boot_cpu_data.pdc.model) == PDC_OK) { in collect_boot_cpu_data() 248 add_device_randomness(&boot_cpu_data.pdc.model, in collect_boot_cpu_data() 249 sizeof(boot_cpu_data.pdc.model)); in collect_boot_cpu_data() 253 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) { in collect_boot_cpu_data() 255 boot_cpu_data.pdc.versions); in collect_boot_cpu_data() 257 add_device_randomness(&boot_cpu_data.pdc.versions, in collect_boot_cpu_data() 258 sizeof(boot_cpu_data.pdc.versions)); in collect_boot_cpu_data() 261 if (pdc_model_cpuid(&boot_cpu_data.pdc.cpuid) == PDC_OK) { in collect_boot_cpu_data() 263 (boot_cpu_data.pdc.cpuid >> 5) & 127, in collect_boot_cpu_data() [all …]
|
D | pacache.S | 806 1: pdc,m r31(%r28) 807 pdc,m r31(%r28) 808 pdc,m r31(%r28) 809 pdc,m r31(%r28) 810 pdc,m r31(%r28) 811 pdc,m r31(%r28) 812 pdc,m r31(%r28) 813 pdc,m r31(%r28) 814 pdc,m r31(%r28) 815 pdc,m r31(%r28) [all …]
|
D | pdc_cons.c | 65 EARLYCON_DECLARE(pdc, pdc_earlycon_setup);
|
D | drivers.c | 925 boot_cpu_data.pdc.sys_model_name); in qemu_header() 929 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in qemu_header() 934 boot_cpu_data.pdc.versions); in qemu_header() 937 boot_cpu_data.pdc.cpuid); in qemu_header() 940 boot_cpu_data.pdc.capabilities); in qemu_header()
|
D | alternative.c | 43 ((boot_cpu_data.pdc.capabilities & PDC_MODEL_IOPDIR_FDC) == 0)) in apply_alternatives()
|
/linux-6.1.9/Documentation/devicetree/bindings/interrupt-controller/ |
D | qcom,pdc.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/qcom,pdc.yaml# 29 - qcom,sc7180-pdc 30 - qcom,sc7280-pdc 31 - qcom,sdm845-pdc 32 - qcom,sm6350-pdc 33 - qcom,sm8150-pdc 34 - qcom,sm8250-pdc 35 - qcom,sm8350-pdc 36 - const: qcom,pdc 49 qcom,pdc-ranges: [all …]
|
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>;
|
/linux-6.1.9/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 110 ssc_writex(params->ssc->regs, params->pdc->xpr, in atmel_pcm_dma_irq() 112 ssc_writex(params->ssc->regs, params->pdc->xcr, in atmel_pcm_dma_irq() 124 ssc_writex(params->ssc->regs, params->pdc->xnpr, in atmel_pcm_dma_irq() 126 ssc_writex(params->ssc->regs, params->pdc->xncr, in atmel_pcm_dma_irq() 208 ssc_writex(params->ssc->regs, params->pdc->xpr, in atmel_pcm_trigger() 210 ssc_writex(params->ssc->regs, params->pdc->xcr, in atmel_pcm_trigger() 214 ssc_writex(params->ssc->regs, params->pdc->xnpr, in atmel_pcm_trigger() 216 ssc_writex(params->ssc->regs, params->pdc->xncr, in atmel_pcm_trigger() 223 ssc_readx(params->ssc->regs, params->pdc->xpr), in atmel_pcm_trigger() 224 ssc_readx(params->ssc->regs, params->pdc->xcr), in atmel_pcm_trigger() [all …]
|
D | Makefile | 3 snd-soc-atmel-pcm-pdc-objs := atmel-pcm-pdc.o 15 obj-$(CONFIG_SND_ATMEL_SOC_SSC) += snd-soc-atmel-pcm-pdc.o
|
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,
|
D | atmel-pcm.h | 61 struct atmel_pdc_regs *pdc; /* PDC receive or transmit registers */ member
|
/linux-6.1.9/Documentation/devicetree/bindings/reset/ |
D | qcom,pdc-global.yaml | 4 $id: http://devicetree.org/schemas/reset/qcom,pdc-global.yaml# 21 - const: "qcom,sc7180-pdc-global" 22 - const: "qcom,sdm845-pdc-global" 26 - const: "qcom,sc7280-pdc-global" 30 - const: "qcom,sdm845-pdc-global" 48 compatible = "qcom,sdm845-pdc-global";
|
/linux-6.1.9/drivers/tty/serial/ |
D | atmel_serial.c | 1453 struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx; in atmel_release_tx_pdc() local 1456 pdc->dma_addr, in atmel_release_tx_pdc() 1457 pdc->dma_size, in atmel_release_tx_pdc() 1468 struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx; in atmel_tx_pdc() local 1475 xmit->tail += pdc->ofs; in atmel_tx_pdc() 1478 port->icount.tx += pdc->ofs; in atmel_tx_pdc() 1479 pdc->ofs = 0; in atmel_tx_pdc() 1488 pdc->dma_addr, in atmel_tx_pdc() 1489 pdc->dma_size, in atmel_tx_pdc() 1493 pdc->ofs = count; in atmel_tx_pdc() [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/watchdog/ |
D | imgpdc-wdt.txt | 4 - compatible : Should be "img,pdc-wdt" 14 compatible = "img,pdc-wdt";
|
/linux-6.1.9/Documentation/devicetree/bindings/mailbox/ |
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";
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | qcom-sdx65.dtsi | 375 <&pdc 76 IRQ_TYPE_LEVEL_HIGH>, 376 <&pdc 18 IRQ_TYPE_EDGE_BOTH>, 377 <&pdc 19 IRQ_TYPE_EDGE_BOTH>; 412 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 435 pdc: interrupt-controller@b210000 { label 436 compatible = "qcom,sdx65-pdc", "qcom,pdc"; 438 qcom,pdc-ranges = <0 147 52>, <52 266 32>;
|
D | qcom-sdx55.dtsi | 521 pdc: interrupt-controller@b210000 { label 522 compatible = "qcom,sdx55-pdc", "qcom,pdc"; 524 qcom,pdc-ranges = <0 179 52>;
|
/linux-6.1.9/arch/arm64/boot/dts/qcom/ |
D | sm6350.dtsi | 859 interrupts-extended = <&pdc 6 IRQ_TYPE_LEVEL_HIGH>, 1208 <&pdc 17 IRQ_TYPE_LEVEL_HIGH>, 1209 <&pdc 15 IRQ_TYPE_EDGE_BOTH>, 1210 <&pdc 14 IRQ_TYPE_EDGE_BOTH>; 1237 pdc: interrupt-controller@b220000 { label 1238 compatible = "qcom,sm6350-pdc", "qcom,pdc"; 1240 qcom,pdc-ranges = <0 480 94>, <94 609 31>, 1252 interrupts-extended = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>, 1253 <&pdc 28 IRQ_TYPE_LEVEL_HIGH>; 1263 interrupts-extended = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
D | sc8280xp.dtsi | 1281 <&pdc 14 IRQ_TYPE_EDGE_BOTH>, 1282 <&pdc 15 IRQ_TYPE_EDGE_BOTH>, 1283 <&pdc 138 IRQ_TYPE_LEVEL_HIGH>; 1335 <&pdc 12 IRQ_TYPE_EDGE_BOTH>, 1336 <&pdc 13 IRQ_TYPE_EDGE_BOTH>, 1337 <&pdc 136 IRQ_TYPE_LEVEL_HIGH>; 1365 pdc: interrupt-controller@b220000 { label 1366 compatible = "qcom,sc8280xp-pdc", "qcom,pdc"; 1368 qcom,pdc-ranges = <0 480 40>, 1435 interrupts-extended = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
D | sm8350.dtsi | 1686 pdc: interrupt-controller@b220000 { label 1687 compatible = "qcom,sm8350-pdc", "qcom,pdc"; 1689 qcom,pdc-ranges = <0 480 40>, <40 140 14>, <54 263 1>, <55 306 4>, 1703 interrupts-extended = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>, 1704 <&pdc 28 IRQ_TYPE_LEVEL_HIGH>; 1714 interrupts-extended = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>, 1715 <&pdc 29 IRQ_TYPE_LEVEL_HIGH>; 1744 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 1762 wakeup-parent = <&pdc>; 2158 interrupts-extended = <&pdc 9 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
/linux-6.1.9/drivers/mailbox/ |
D | Makefile | 40 obj-$(CONFIG_BCM_PDC_MBOX) += bcm-pdc-mailbox.o
|
/linux-6.1.9/drivers/reset/ |
D | Makefile | 27 obj-$(CONFIG_RESET_QCOM_PDC) += reset-qcom-pdc.o
|
/linux-6.1.9/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 5 - atmel,at91rm9200-ssc: support pdc transfer
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | processor.h | 70 } pdc; member
|
/linux-6.1.9/arch/arm64/boot/dts/broadcom/northstar2/ |
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";
|