Searched refs:pdc (Results 26 - 38 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dfirmware.c26 * - the name of the pdc wrapper should match one of the macros
34 * - the name of the struct used for pdc return values should equal
68 #include <asm/pdc.h>
175 * pdc_emergency_unlock - Unlock the linux pdc lock
177 * This call unlocks the linux pdc lock in case we need some PDC functions
766 #define IS_SPROCKETS() (strlen(boot_cpu_data.pdc.sys_model_name) == 14 && \
767 strncmp(boot_cpu_data.pdc.sys_model_name, "9000/785", 8) == 0)
H A Ddrivers.c38 #include <asm/pdc.h>
H A Dtraps.c39 #include <asm/pdc.h>
242 /* unlock the pdc lock if necessary */
247 * re-enable the pdc console, so that the user will be able to
426 /* unlock the pdc lock if necessary */
429 /* restart pdc console if necessary */
475 pdc_console_restart(); /* switch back to pdc if HPMC */
H A Dasm-offsets.c39 #include <asm/pdc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dled.c50 #include <asm/pdc.h>
240 proc_pdc_root = proc_mkdir("pdc", 0);
H A Diosapic.c139 #include <asm/pdc.h>
287 /* Use pat pdc routine to get interrupt routing table size */
H A Dpdc_stable.c69 #include <asm/pdc.h>
98 /* This struct defines what we need to deal with a parisc pdc path entry */
H A Ddino.c56 #include <asm/pdc.h>
H A Dlba_pci.c13 #include <asm/pdc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dat32ap7000.c479 .name = "pdc",
482 DEV_CLK(hclk, pdc, hsb, 4);
483 DEV_CLK(pclk, pdc, pba, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c2984 /* Currently on LCD? If yes, read current pdc */
3021 /* Currently on LCD? If yes, read current pdc */
3022 u8 pdc; local
3023 inSISIDXREG(SISPART1,0x2D,pdc);
3024 ivideo->detectedpdc = (pdc & 0x0f) << 1;
3025 ivideo->detectedpdca = (pdc & 0xf0) >> 3;
3026 inSISIDXREG(SISPART1,0x35,pdc);
3027 ivideo->detectedpdc |= ((pdc >> 7) & 0x01);
3028 inSISIDXREG(SISPART1,0x20,pdc);
3029 ivideo->detectedpdca |= ((pdc >>
6546 static int pdc = -1; variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_core.c253 struct acpi_object_list *pdc_in = pr->pdc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dlasi_82596.c91 #include <asm/pdc.h>

Completed in 209 milliseconds

12