Searched refs:ppm (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.conf30 ppm-devices="/SUNW,UltraSPARC-III@*","/SUNW,UltraSPARC-III+@*","/pci@8,700000","/upa@8,480000","/pci@8,700000/firewire@5,2","/pci@8,700000/ebus@5/floppy@1,3023f0","/pci@8,700000/scsi@6","/pci@8,600000/SUNW,qlc@4";
32 ppm-domains="domain_cpu","domain_cpu","domain_pciupa","domain_pciupa","domain_1394","domain_powerfet","domain_powerfet","domain_powerfet";
/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm.conf26 name="ppm" parent="pseudo" instance=0;
29 # ppm configuration format
31 # "ppm-domains" - in form of "domain_xxx" where "xxx" string highlights
71 ppm-domains="domain_cpu" , "domain_estar";
89 "cmd=ENTER_S3 path=/pseudo/acpippm@0:acpi-ppm method=KIO iowr=0x4101",
90 "cmd=EXIT_S3 path=/pseudo/acpippm@0:acpi-ppm method=KIO iowr=0x4102";
/illumos-gate/usr/src/uts/sun4u/chicago/io/
H A Dppm.conf29 name="ppm" parent="pseudo" instance=0;
32 # ppm configuration format
34 # "ppm-domains" - in form of "domain_xxx" where "xxx" string highlights
83 ppm-domains="domain_cpu", "domain_diskfet", "domain_led", "domain_pciegfx";
92 "cmd=CPU_NEXT path=/ppm@1f,0:jbus-ppm method=CPUSPEEDKIO iowr=0x6a02 speeds=3",
93 "cmd=CPU_GO path=/ppm@1f,0:jbus-ppm method=KIO iowr=0x6a03 val=0";
/illumos-gate/usr/src/uts/sun4u/taco/io/
H A Dppm.conf29 name="ppm" parent="pseudo" instance=0;
32 # ppm configuration format
34 # "ppm-domains" - in form of "domain_xxx" where "xxx" string highlights
77 ppm-domains="domain_cpu", "domain_idefet", "domain_led",
89 "cmd=CPU_NEXT path=/ppm@1e,0:jbus-ppm method=CPUSPEEDKIO iowr=0x6a02 speeds=3",
90 "cmd=PRE_CHNG path=/pci@1e,600000/pmu@6/ppm@0,b3:gpo32 method=VCORE iowr=0x6c02 iord=0x6c01 val=4 delay=150000",
91 "cmd=CPU_GO path=/ppm@1e,0:jbus-ppm method=KIO iowr=0x6a03 val=0",
92 "cmd=POST_CHNG path=/pci@1e,600000/pmu@6/ppm
[all...]
/illumos-gate/usr/src/uts/sun4u/taco/ppm/
H A DMakefile42 MODULE = ppm
/illumos-gate/usr/src/uts/sun4u/chicago/ppm/
H A DMakefile23 # uts/sun4u/chicago/ppm/Makefile
41 MODULE = ppm
/illumos-gate/usr/src/uts/sun4u/enchilada/ppm/
H A DMakefile41 MODULE = ppm
/illumos-gate/usr/src/uts/i86pc/ppm/
H A DMakefile22 # uts/i86pc/ppm/Makefile
43 MODULE = ppm
/illumos-gate/usr/src/uts/i86pc/genassym/
H A DMakefile80 CPPFLAGS += -I../../i86pc/io/ppm
/illumos-gate/usr/src/uts/sun4u/enchilada/io/
H A Dppm.conf29 name="ppm" parent="pseudo" instance=0;
32 # ppm configuration format
34 # "ppm-domains" - in form of "domain_xxx" where "xxx" string highlights
83 ppm-domains="domain_cpu", "domain_scsifet1", "domain_scsifet2",
98 "cmd=CPU_NEXT path=/ppm@1e,0:jbus-ppm method=CPUSPEEDKIO iowr=0x6a02 speeds=3",
99 "cmd=CPU_NEXT path=/ppm@1c,0:jbus-ppm method=CPUSPEEDKIO iowr=0x6a02 speeds=3",
100 "cmd=PRE_CHNG path=/pci@1e,600000/pmu@6/ppm@0,b3:gpo32 method=VCORE iowr=0x6c02 iord=0x6c01 val=4 delay=150000",
101 "cmd=CPU_GO path=/ppm
[all...]
/illumos-gate/usr/src/uts/sun4u/ppm/
H A DMakefile22 # uts/sun4u/ppm/Makefile
43 MODULE = ppm
/illumos-gate/usr/src/cmd/devfsadm/
H A Dmisc_link.c50 static int ppm(di_minor_t minor, di_node_t node);
156 { "ppm", "ddi_ppm", NULL,
157 TYPE_EXACT, ILEVEL_0, ppm
589 * Creates /dev/ppm nodes for Platform Specific PM module
592 ppm(di_minor_t minor, di_node_t node) function
594 (void) devfsadm_mklink("ppm", node, minor, 0);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c522 dev_info_t *ppm; local
536 if ((ppm = PPM(ddi_root_node())) == NULL) {
674 (void) pm_ctlops(ppm, ddi_root_node(), DDI_CTLOPS_POWER,
696 (void) pm_ctlops(ppm, ddi_root_node(), DDI_CTLOPS_POWER,
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c210 * ppm_lock: protects the list of registered ppm drivers
212 * ppm_lock -> ppm driver unit_lock
702 * loadrootmodules already loaded these ppm drivers, now get them
1434 * Return true if this node has been claimed by a ppm.
1496 * compatible device, calling into ppm to change power level.
1637 /* ppm is not interested in DDI_PM_RESUME */
2467 * This is the default method of setting the power of a device if no ppm
2846 dev_info_t *ppm = (dev_info_t *)DEVI(dip)->devi_pm_ppm; local
2850 if (pm_ctlops(ppm, dip, DDI_CTLOPS_POWER, &power_req, &result) !=
2853 * It is assumed that if the device is claimed by ppm, pp
3103 dev_info_t *ppm = (dev_info_t *)DEVI(dip)->devi_pm_ppm; local
[all...]

Completed in 111 milliseconds