Searched refs:PDC (Results 1 – 20 of 20) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/mailbox/ |
D | brcm,iproc-pdc-mbox.txt | 1 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 */
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | img,pdc-intc.txt | 1 * 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.
|
/linux-6.12.1/drivers/parisc/ |
D | Kconfig | 116 bool "PDC chassis state codes support" 134 bool "PDC chassis warnings support" 148 tristate "PDC Stable Storage support" 153 variables (PDC non volatile variables such as Primary Boot Path,
|
/linux-6.12.1/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 31 - PDC transfer:
|
/linux-6.12.1/arch/arm64/boot/dts/broadcom/northstar2/ |
D | ns2.dtsi | 219 reg = <0x612c0000 0x445>; /* PDC FS0 regs */ 235 reg = <0x612e0000 0x445>; /* PDC FS1 regs */ 251 reg = <0x61300000 0x445>; /* PDC FS2 regs */ 267 reg = <0x61320000 0x445>; /* PDC FS3 regs */
|
/linux-6.12.1/sound/soc/atmel/ |
D | Kconfig | 25 tristate "SoC PCM DAI support for AT91 SSC controller using PDC" 31 in PDC mode configured using audio-graph-card in device-tree.
|
/linux-6.12.1/drivers/reset/ |
D | Kconfig | 208 tristate "Qualcomm PDC Reset Driver" 211 This enables the PDC (Power Domain Controller) reset driver 213 to control reset signals provided by PDC for Modem, Compute,
|
/linux-6.12.1/drivers/video/fbdev/sis/ |
D | vstruct.h | 295 short PDC, PDCA; member
|
D | sis_main.c | 2978 if(ivideo->SiS_Pr.PDC == -1) { in sisfb_save_pdc_emi() 2980 ivideo->SiS_Pr.PDC = ivideo->detectedpdc; in sisfb_save_pdc_emi() 2985 if((ivideo->SiS_Pr.PDC != -1) && in sisfb_save_pdc_emi() 2986 (ivideo->SiS_Pr.PDC != ivideo->detectedpdc)) { in sisfb_save_pdc_emi() 2988 ivideo->SiS_Pr.PDC); in sisfb_save_pdc_emi() 3029 if(ivideo->SiS_Pr.PDC == -1) { in sisfb_save_pdc_emi() 3031 ivideo->SiS_Pr.PDC = ivideo->detectedpdc; in sisfb_save_pdc_emi() 3066 if((ivideo->SiS_Pr.PDC != -1) && in sisfb_save_pdc_emi() 3067 (ivideo->SiS_Pr.PDC != ivideo->detectedpdc)) { in sisfb_save_pdc_emi() 3069 ivideo->SiS_Pr.PDC); in sisfb_save_pdc_emi() [all …]
|
D | init301.c | 6510 if(SiS_Pr->PDC != -1) temp = SiS_Pr->PDC; in SiS_SetGroup1() 6524 if(SiS_Pr->PDC != -1) temp = SiS_Pr->PDC; in SiS_SetGroup1() 9991 if(SiS_Pr->PDC != -1) { in SetDelayComp() 9992 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2d,0xf0,((SiS_Pr->PDC >> 1) & 0x0f)); in SetDelayComp() 9993 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x35,0x7f,((SiS_Pr->PDC & 0x01) << 7)); in SetDelayComp() 10593 if((SiS_Pr->SiS_VBInfo & SetCRT2ToLCD) && (SiS_Pr->PDC != -1)) { in SetDelayComp661() 10594 delay = SiS_Pr->PDC & 0x1f; in SetDelayComp661() 11080 if(SiS_Pr->PDC != -1) return; in SetOEMLCDDelay()
|
/linux-6.12.1/drivers/ata/ |
D | sata_qstor.c | 149 { PCI_VDEVICE(PDC, 0x2068), board_2068_idx },
|
D | pdc_adma.c | 160 { PCI_VDEVICE(PDC, 0x1841), board_1841_idx },
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | biblio.rst | 34 :title: ETS 300 231 "Specification of the domestic video Programme Delivery Control system (PDC…
|
/linux-6.12.1/arch/parisc/kernel/ |
D | perf_asm.S | 87 ;* for RDR10 which has bits that preclude PDC stack operations
|
/linux-6.12.1/drivers/mailbox/ |
D | Kconfig | 213 SoCs, including FA2/FA+ on Northstar Plus and PDC on Northstar 2.
|
/linux-6.12.1/drivers/irqchip/ |
D | Kconfig | 455 tristate "QCOM PDC"
|
/linux-6.12.1/drivers/tty/serial/ |
D | Kconfig | 155 Say Y here if you wish to use the PDC to do DMA transfers to 589 /dev/ttyB0 device is shared between the Serial MUX and the PDC
|
/linux-6.12.1/drivers/watchdog/ |
D | Kconfig | 1903 tristate "Imagination Technologies PDC Watchdog Timer"
|
/linux-6.12.1/ |
D | CREDITS | 4028 D: PA-RISC port minion, PDC and GSCPS2 drivers, debuglocks and other bits
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4716 pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at
|