Home
last modified time | relevance | path

Searched refs:PDC (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dqcom,pdc.txt1 PDC interrupt controller
4 Power Domain Controller (PDC) that is on always-on domain. In addition to
10 controller PDC is next in hierarchy, followed by others. Drivers requiring
11 wakeup capabilities of their device interrupts routed through the PDC, must
12 specify PDC as their interrupt controller and request the PDC port associated
27 Definition: Specifies the base physical address for PDC hardware.
28 Optionally, specify the PDC's GIC interface registers that
30 the PDC.
38 The first element of the tuple is the PDC pin for the
50 Definition: Specifies the PDC pin offset and the number of PDC ports.
[all …]
H A Dimg,pdc-intc.txt1 * ImgTec Powerdown Controller (PDC) Interrupt Controller Binding
4 representation of a PDC IRQ controller. This has a number of input interrupt
13 - reg: Specifies the base PDC physical address(s) and size(s) of the
27 shared SysWake interrupt, and remaining specifies shall be PDC peripheral
52 * TZ1090 PDC block
82 * An SoC peripheral that is wired through the PDC.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/
H A Dbrcm,iproc-pdc-mbox.txt1 The PDC driver manages data transfer to and from various offload engines
2 on some Broadcom SoCs. An SoC may have multiple PDC hardware blocks. There is
3 one device tree entry per block. On some chips, the PDC functionality is
9 - reg: Should contain PDC registers location and length.
10 - interrupts: Should contain the IRQ line for the PDC.
20 reg = <0 0x612c0000 0 0x445>; /* PDC FS0 regs */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Datmel-usart.txt36 - atmel,use-dma-rx: use of PDC or DMA for receiving data
37 - atmel,use-dma-tx: use of PDC or DMA for transmitting data
50 - use PDC:
/OK3568_Linux_fs/kernel/drivers/parisc/
H A DKconfig114 bool "PDC chassis state codes support"
132 bool "PDC chassis warnings support"
146 tristate "PDC Stable Storage support"
151 variables (PDC non volatile variables such as Primary Boot Path,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Dimgpdc-wdt.txt1 *ImgTec PowerDown Controller (PDC) Watchdog Timer (WDT)
/OK3568_Linux_fs/kernel/drivers/reset/
H A DKconfig139 tristate "Qualcomm PDC Reset Driver"
142 This enables the PDC (Power Domain Controller) reset driver
144 to control reset signals provided by PDC for Modem, Compute,
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A DKconfig25 tristate "SoC PCM DAI support for AT91 SSC controller using PDC"
31 in PDC mode configured using audio-graph-card in device-tree.
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/broadcom/northstar2/
H A Dns2.dtsi217 reg = <0x612c0000 0x445>; /* PDC FS0 regs */
233 reg = <0x612e0000 0x445>; /* PDC FS1 regs */
249 reg = <0x61300000 0x445>; /* PDC FS2 regs */
265 reg = <0x61320000 0x445>; /* PDC FS3 regs */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Datmel-ssc.txt31 - PDC transfer:
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dvstruct.h295 short PDC, PDCA; member
H A Dsis_main.c2995 if(ivideo->SiS_Pr.PDC == -1) { in sisfb_save_pdc_emi()
2997 ivideo->SiS_Pr.PDC = ivideo->detectedpdc; in sisfb_save_pdc_emi()
3002 if((ivideo->SiS_Pr.PDC != -1) && in sisfb_save_pdc_emi()
3003 (ivideo->SiS_Pr.PDC != ivideo->detectedpdc)) { in sisfb_save_pdc_emi()
3005 ivideo->SiS_Pr.PDC); in sisfb_save_pdc_emi()
3046 if(ivideo->SiS_Pr.PDC == -1) { in sisfb_save_pdc_emi()
3048 ivideo->SiS_Pr.PDC = ivideo->detectedpdc; in sisfb_save_pdc_emi()
3083 if((ivideo->SiS_Pr.PDC != -1) && in sisfb_save_pdc_emi()
3084 (ivideo->SiS_Pr.PDC != ivideo->detectedpdc)) { in sisfb_save_pdc_emi()
3086 ivideo->SiS_Pr.PDC); in sisfb_save_pdc_emi()
[all …]
H A Dinit301.c6511 if(SiS_Pr->PDC != -1) temp = SiS_Pr->PDC; in SiS_SetGroup1()
6525 if(SiS_Pr->PDC != -1) temp = SiS_Pr->PDC; in SiS_SetGroup1()
9992 if(SiS_Pr->PDC != -1) { in SetDelayComp()
9993 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2d,0xf0,((SiS_Pr->PDC >> 1) & 0x0f)); in SetDelayComp()
9994 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x35,0x7f,((SiS_Pr->PDC & 0x01) << 7)); in SetDelayComp()
10594 if((SiS_Pr->SiS_VBInfo & SetCRT2ToLCD) && (SiS_Pr->PDC != -1)) { in SetDelayComp661()
10595 delay = SiS_Pr->PDC & 0x1f; in SetDelayComp661()
11081 if(SiS_Pr->PDC != -1) return; in SetOEMLCDDelay()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst34 :title: ETS 300 231 "Specification of the domestic video Programme Delivery Control system (PDC
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_qstor.c149 { PCI_VDEVICE(PDC, 0x2068), board_2068_idx },
H A Dpdc_adma.c160 { PCI_VDEVICE(PDC, 0x1841), board_1841_idx },
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A DKconfig91 integration of the PDC to the Mali GPU is known to be problematic.
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A DKconfig189 SoCs, including FA2/FA+ on Northstar Plus and PDC on Northstar 2.
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A DKconfig153 Say Y here if you wish to use the PDC to do DMA transfers to
605 /dev/ttyB0 device is shared between the Serial MUX and the PDC
622 bool "PDC software console support"
625 Saying Y here will enable the software based PDC console to be
628 following steps must be completed to use the PDC console:
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dperf_asm.S87 ;* for RDR10 which has bits that preclude PDC stack operations
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A DKconfig437 tristate "QCOM PDC"
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A DKconfig211 integration of the PDC to the Mali GPU is known to be problematic.
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A DKconfig1811 tristate "Imagination Technologies PDC Watchdog Timer"
/OK3568_Linux_fs/kernel/
H A DCREDITS3838 D: PA-RISC port minion, PDC and GSCPS2 drivers, debuglocks and other bits
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo

12