/openbmc/linux/arch/parisc/kernel/ |
H A 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 …]
|
H A 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 …]
|
H A D | pdc_cons.c | 65 EARLYCON_DECLARE(pdc, pdc_earlycon_setup);
|
H A D | drivers.c | 926 boot_cpu_data.pdc.sys_model_name); in qemu_header() 928 #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 | 43 ((boot_cpu_data.pdc.capabilities & PDC_MODEL_IOPDIR_FDC) == 0)) in apply_alternatives()
|
/openbmc/linux/sound/soc/atmel/ |
H A 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 …]
|
H A 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
|
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
|
/openbmc/qemu/hw/ipmi/ |
H A D | pci_ipmi_bt.c | 114 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(oc); in pci_ipmi_bt_class_init() local 117 pdc->vendor_id = PCI_VENDOR_ID_QEMU; in pci_ipmi_bt_class_init() 118 pdc->device_id = PCI_DEVICE_ID_QEMU_IPMI; in pci_ipmi_bt_class_init() 119 pdc->revision = 1; in pci_ipmi_bt_class_init() 120 pdc->class_id = PCI_CLASS_SERIAL_IPMI; in pci_ipmi_bt_class_init() 124 pdc->realize = pci_ipmi_bt_realize; in pci_ipmi_bt_class_init()
|
H A D | pci_ipmi_kcs.c | 114 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(oc); in pci_ipmi_kcs_class_init() local 117 pdc->vendor_id = PCI_VENDOR_ID_QEMU; in pci_ipmi_kcs_class_init() 118 pdc->device_id = PCI_DEVICE_ID_QEMU_IPMI; in pci_ipmi_kcs_class_init() 119 pdc->revision = 1; in pci_ipmi_kcs_class_init() 120 pdc->class_id = PCI_CLASS_SERIAL_IPMI; in pci_ipmi_kcs_class_init() 124 pdc->realize = pci_ipmi_kcs_realize; in pci_ipmi_kcs_class_init()
|
/openbmc/qemu/hw/input/ |
H A D | pl050.c | 162 PL050DeviceClass *pdc = PL050_GET_CLASS(dev); in pl050_kbd_realize() local 171 pdc->parent_realize(dev, errp); in pl050_kbd_realize() 185 PL050DeviceClass *pdc = PL050_GET_CLASS(dev); in pl050_mouse_realize() local 194 pdc->parent_realize(dev, errp); in pl050_mouse_realize() 209 PL050DeviceClass *pdc = PL050_CLASS(oc); in pl050_kbd_class_init() local 212 &pdc->parent_realize); in pl050_kbd_class_init() 226 PL050DeviceClass *pdc = PL050_CLASS(oc); in pl050_mouse_class_init() local 229 &pdc->parent_realize); in pl050_mouse_class_init()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | atmel_serial.c | 1440 struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx; in atmel_release_tx_pdc() local 1443 pdc->dma_addr, in atmel_release_tx_pdc() 1444 pdc->dma_size, in atmel_release_tx_pdc() 1455 struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx; in atmel_tx_pdc() local 1461 uart_xmit_advance(port, pdc->ofs); in atmel_tx_pdc() 1462 pdc->ofs = 0; in atmel_tx_pdc() 1471 pdc->dma_addr, in atmel_tx_pdc() 1472 pdc->dma_size, in atmel_tx_pdc() 1476 pdc->ofs = count; in atmel_tx_pdc() 1479 pdc->dma_addr + xmit->tail); in atmel_tx_pdc() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
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>;
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | imgpdc-wdt.txt | 4 - compatible : Should be "img,pdc-wdt" 14 compatible = "img,pdc-wdt";
|
/openbmc/qemu/hw/misc/macio/ |
H A D | macio.c | 390 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(oc); in macio_oldworld_class_init() local 393 pdc->realize = macio_oldworld_realize; in macio_oldworld_class_init() 394 pdc->device_id = PCI_DEVICE_ID_APPLE_343S1201; in macio_oldworld_class_init() 416 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(oc); in macio_newworld_class_init() local 419 pdc->realize = macio_newworld_realize; in macio_newworld_class_init() 420 pdc->device_id = PCI_DEVICE_ID_APPLE_UNI_N_KEYL; in macio_newworld_class_init()
|
/openbmc/linux/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";
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-sdx65.dtsi | 502 <&pdc 76 IRQ_TYPE_LEVEL_HIGH>, 503 <&pdc 18 IRQ_TYPE_EDGE_BOTH>, 504 <&pdc 19 IRQ_TYPE_EDGE_BOTH>; 541 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 564 pdc: interrupt-controller@b210000 { label 565 compatible = "qcom,sdx65-pdc", "qcom,pdc"; 567 qcom,pdc-ranges = <0 147 52>, <52 266 32>;
|
H A D | qcom-sdx55.dtsi | 596 <&pdc 51 IRQ_TYPE_LEVEL_HIGH>, 597 <&pdc 11 IRQ_TYPE_EDGE_BOTH>, 598 <&pdc 10 IRQ_TYPE_EDGE_BOTH>; 618 pdc: interrupt-controller@b210000 { label 619 compatible = "qcom,sdx55-pdc", "qcom,pdc"; 621 qcom,pdc-ranges = <0 179 52>;
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm4450.dtsi | 344 pdc: interrupt-controller@b220000 { label 345 compatible = "qcom,sm4450-pdc", "qcom,pdc"; 347 qcom,pdc-ranges = <0 480 94>, <94 494 31>,
|
H A D | sdx75.dtsi | 462 pdc: interrupt-controller@b220000 { label 463 compatible = "qcom,sdx75-pdc", "qcom,pdc"; 466 qcom,pdc-ranges = <0 147 52>, 486 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 506 wakeup-parent = <&pdc>;
|
H A D | sm6350.dtsi | 1264 interrupts-extended = <&pdc 6 IRQ_TYPE_LEVEL_HIGH>, 1847 <&pdc 17 IRQ_TYPE_LEVEL_HIGH>, 1848 <&pdc 15 IRQ_TYPE_EDGE_BOTH>, 1849 <&pdc 14 IRQ_TYPE_EDGE_BOTH>; 2192 pdc: interrupt-controller@b220000 { label 2193 compatible = "qcom,sm6350-pdc", "qcom,pdc"; 2195 qcom,pdc-ranges = <0 480 94>, <94 609 31>, 2207 interrupts-extended = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>, 2208 <&pdc 28 IRQ_TYPE_LEVEL_HIGH>; 2218 interrupts-extended = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91_spi.h | 29 at91_pdc_t pdc; member
|
/openbmc/linux/drivers/mailbox/ |
H A D | Makefile | 40 obj-$(CONFIG_BCM_PDC_MBOX) += bcm-pdc-mailbox.o
|
/openbmc/linux/drivers/reset/ |
H A D | Makefile | 28 obj-$(CONFIG_RESET_QCOM_PDC) += reset-qcom-pdc.o
|