/linux-4.4.14/arch/parisc/kernel/ |
D | processor.c | 249 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in collect_boot_cpu_data() 250 if (pdc_model_info(&boot_cpu_data.pdc.model) == PDC_OK) in collect_boot_cpu_data() 256 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) in collect_boot_cpu_data() 258 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() 263 boot_cpu_data.pdc.cpuid & 31, in collect_boot_cpu_data() 264 boot_cpu_data.pdc.cpuid); in collect_boot_cpu_data() 266 if (pdc_model_capabilities(&boot_cpu_data.pdc.capabilities) == PDC_OK) in collect_boot_cpu_data() 268 boot_cpu_data.pdc.capabilities); in collect_boot_cpu_data() [all …]
|
D | pacache.S | 1046 1: pdc,m %r23(%r26) 1047 pdc,m %r23(%r26) 1048 pdc,m %r23(%r26) 1049 pdc,m %r23(%r26) 1050 pdc,m %r23(%r26) 1051 pdc,m %r23(%r26) 1052 pdc,m %r23(%r26) 1053 pdc,m %r23(%r26) 1054 pdc,m %r23(%r26) 1055 pdc,m %r23(%r26) [all …]
|
D | firmware.c | 796 #define IS_SPROCKETS() (strlen(boot_cpu_data.pdc.sys_model_name) == 14 && \ in pdc_get_initiator() 797 strncmp(boot_cpu_data.pdc.sys_model_name, "9000/785", 8) == 0) in pdc_get_initiator()
|
D | cache.c | 228 if ((boot_cpu_data.pdc.capabilities & PDC_MODEL_NVA_MASK) == in parisc_cache_init()
|
/linux-4.4.14/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 185 ssc_writex(params->ssc->regs, params->pdc->xpr, in atmel_pcm_dma_irq() 187 ssc_writex(params->ssc->regs, params->pdc->xcr, in atmel_pcm_dma_irq() 199 ssc_writex(params->ssc->regs, params->pdc->xnpr, in atmel_pcm_dma_irq() 201 ssc_writex(params->ssc->regs, params->pdc->xncr, in atmel_pcm_dma_irq() 283 ssc_writex(params->ssc->regs, params->pdc->xpr, in atmel_pcm_trigger() 285 ssc_writex(params->ssc->regs, params->pdc->xcr, in atmel_pcm_trigger() 289 ssc_writex(params->ssc->regs, params->pdc->xnpr, in atmel_pcm_trigger() 291 ssc_writex(params->ssc->regs, params->pdc->xncr, in atmel_pcm_trigger() 298 ssc_readx(params->ssc->regs, params->pdc->xpr), in atmel_pcm_trigger() 299 ssc_readx(params->ssc->regs, params->pdc->xcr), in atmel_pcm_trigger() [all …]
|
D | Makefile | 2 snd-soc-atmel-pcm-pdc-objs := atmel-pcm-pdc.o 6 obj-$(CONFIG_SND_ATMEL_SOC_PDC) += snd-soc-atmel-pcm-pdc.o
|
D | atmel_ssc_dai.c | 98 .pdc = &pdc_tx_reg, 103 .pdc = &pdc_rx_reg, 108 .pdc = &pdc_tx_reg, 113 .pdc = &pdc_rx_reg, 118 .pdc = &pdc_tx_reg, 123 .pdc = &pdc_rx_reg,
|
D | atmel-pcm.h | 74 struct atmel_pdc_regs *pdc; /* PDC receive or transmit registers */ member
|
/linux-4.4.14/arch/metag/boot/dts/ |
D | tz1090.dtsi | 31 pdc: pdc@0x02006000 { label 36 compatible = "img,pdc-intc"; 55 compatible = "img,tz1090-pdc-pinctrl"; 98 compatible = "img,tz1090-pdc-gpio"; 101 interrupt-parent = <&pdc>;
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | img,pdc-intc.txt | 11 The type shall be <string> and the value shall include "img,pdc-intc". 54 pdc: pdc@0x02006000 { 65 compatible = "img,pdc-intc"; 86 interrupt-parent = <&pdc>; 100 interrupt-parent = <&pdc>;
|
/linux-4.4.14/drivers/tty/serial/ |
D | atmel_serial.c | 1324 struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx; in atmel_release_tx_pdc() local 1327 pdc->dma_addr, in atmel_release_tx_pdc() 1328 pdc->dma_size, in atmel_release_tx_pdc() 1339 struct atmel_dma_buffer *pdc = &atmel_port->pdc_tx; in atmel_tx_pdc() local 1346 xmit->tail += pdc->ofs; in atmel_tx_pdc() 1349 port->icount.tx += pdc->ofs; in atmel_tx_pdc() 1350 pdc->ofs = 0; in atmel_tx_pdc() 1359 pdc->dma_addr, in atmel_tx_pdc() 1360 pdc->dma_size, in atmel_tx_pdc() 1364 pdc->ofs = count; in atmel_tx_pdc() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-tz1090-pdc.txt | 4 - compatible: Compatible property value should be "img,tz1090-pdc-gpio". 37 compatible = "img,tz1090-pdc-gpio"; 40 interrupt-parent = <&pdc>;
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | imgpdc-wdt.txt | 4 - compatible : Should be "img,pdc-wdt" 14 compatible = "img,pdc-wdt";
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | Makefile | 1 obj-y += pdc.o clock.o intc.o extint.o pio.o hsmc.o
|
D | at32ap700x.c | 716 DEV_CLK(hclk, pdc, hsb, 4); 717 DEV_CLK(pclk, pdc, pba, 16);
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | img,tz1090-pdc-pinctrl.txt | 4 - compatible: "img,tz1090-pdc-pinctrl" 86 pdc 94 compatible = "img,tz1090-pdc-pinctrl";
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | Kbuild | 15 header-y += pdc.h
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 5 - atmel,at91rm9200-ssc: support pdc transfer
|
/linux-4.4.14/drivers/pinctrl/ |
D | Makefile | 33 obj-$(CONFIG_PINCTRL_TZ1090_PDC) += pinctrl-tz1090-pdc.o
|
D | pinctrl-tz1090-pdc.c | 222 DRV_PG(pdc),
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | processor.h | 86 } pdc; member
|
/linux-4.4.14/drivers/dma/ |
D | pch_dma.c | 118 #define channel_readl(pdc, name) \ argument 119 readl((pdc)->membase + PDC_##name) 120 #define channel_writel(pdc, name, val) \ argument 121 writel((val), (pdc)->membase + PDC_##name)
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.c | 733 static int sym_read_parisc_pdc(struct sym_device *np, struct pdc_initiator *pdc) in sym_read_parisc_pdc() argument 737 if (!pdc_get_initiator(&hwpath, pdc)) in sym_read_parisc_pdc()
|
/linux-4.4.14/drivers/parisc/ |
D | sba_iommu.c | 1131 if ( ((boot_cpu_data.pdc.cpuid >> 5) & 0x7f) != 0x13 in sba_alloc_pdir() 1132 || (boot_cpu_data.pdc.versions > 0x202) in sba_alloc_pdir() 1133 || (boot_cpu_data.pdc.capabilities & 0x08L) ) in sba_alloc_pdir() 1751 ioc_needs_fdc = boot_cpu_data.pdc.capabilities & PDC_MODEL_IOPDIR_FDC; in sba_common_init()
|
/linux-4.4.14/include/xen/interface/ |
D | platform.h | 422 GUEST_HANDLE(uint32_t) pdc;
|
/linux-4.4.14/drivers/gpio/ |
D | Makefile | 105 obj-$(CONFIG_GPIO_TZ1090_PDC) += gpio-tz1090-pdc.o
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | sis_main.c | 2989 u8 pdc; in sisfb_save_pdc_emi() local 2990 pdc = SiS_GetReg(SISPART1, 0x2D); in sisfb_save_pdc_emi() 2991 ivideo->detectedpdc = (pdc & 0x0f) << 1; in sisfb_save_pdc_emi() 2992 ivideo->detectedpdca = (pdc & 0xf0) >> 3; in sisfb_save_pdc_emi() 2993 pdc = SiS_GetReg(SISPART1, 0x35); in sisfb_save_pdc_emi() 2994 ivideo->detectedpdc |= ((pdc >> 7) & 0x01); in sisfb_save_pdc_emi() 2995 pdc = SiS_GetReg(SISPART1, 0x20); in sisfb_save_pdc_emi() 2996 ivideo->detectedpdca |= ((pdc >> 6) & 0x01); in sisfb_save_pdc_emi() 6564 static int pdc = -1; variable 6637 if(pdc != -1) in sisfb_init_module() [all …]
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 416 set_xen_guest_handle(op.u.set_pminfo.pdc, buf); in xen_check_mwait()
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 970 32 = /dev/pdc Third parallel port IDE disk
|