Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/devicetree/bindings/tty/serial/
Datmel-usart.txt11 - atmel,use-dma-rx: use of PDC or DMA for receiving data
12 - atmel,use-dma-tx: use of PDC or DMA for transmitting data
/linux-3.4.99/drivers/parisc/
DKconfig141 bool "PDC chassis state codes support"
159 bool "PDC chassis warnings support"
173 tristate "PDC Stable Storage support"
178 variables (PDC non volatile variables such as Primary Boot Path,
/linux-3.4.99/drivers/video/sis/
Dvstruct.h295 short PDC, PDCA; member
Dsis_main.c2978 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 …]
Dinit301.c6189 if(SiS_Pr->PDC != -1) temp = SiS_Pr->PDC; in SiS_SetGroup1()
6203 if(SiS_Pr->PDC != -1) temp = SiS_Pr->PDC; in SiS_SetGroup1()
9683 if(SiS_Pr->PDC != -1) { in SetDelayComp()
9684 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2d,0xf0,((SiS_Pr->PDC >> 1) & 0x0f)); in SetDelayComp()
9685 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x35,0x7f,((SiS_Pr->PDC & 0x01) << 7)); in SetDelayComp()
10285 if((SiS_Pr->SiS_VBInfo & SetCRT2ToLCD) && (SiS_Pr->PDC != -1)) { in SetDelayComp661()
10286 delay = SiS_Pr->PDC & 0x1f; in SetDelayComp661()
10772 if(SiS_Pr->PDC != -1) return; in SetOEMLCDDelay()
/linux-3.4.99/drivers/ata/
Dsata_qstor.c166 { PCI_VDEVICE(PDC, 0x2068), board_2068_idx },
Dpdc_adma.c177 { PCI_VDEVICE(PDC, 0x1841), board_1841_idx },
/linux-3.4.99/drivers/tty/serial/
DKconfig117 Say Y here if you wish to use the PDC to do DMA transfers to
604 /dev/ttyB0 device is shared between the Serial MUX and the PDC
621 bool "PDC software console support"
625 Saying Y here will enable the software based PDC console to be
628 following steps must be competed to use the PDC console:
/linux-3.4.99/arch/parisc/kernel/
Dperf_asm.S100 ;* for RDR10 which has bits that preclude PDC stack operations
/linux-3.4.99/Documentation/
Dkernel-parameters.txt2218 pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at
/linux-3.4.99/
DCREDITS3601 D: PA-RISC port minion, PDC and GSCPS2 drivers, debuglocks and other bits