Home
last modified time | relevance | path

Searched refs:PPMDC_KIO (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dppm_plat.h40 if (dc->method == PPMDC_KIO) \
45 if (dc->method == PPMDC_KIO) \
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dppm_plat.h40 else if (dc->method == PPMDC_KIO) \
47 else if (dc->method == PPMDC_KIO) \
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1040 "KIO", PPMDC_KIO,
1166 ASSERT(dc->method == PPMDC_KIO || in ppm_parse_dc()
1169 ASSERT(dc->method == PPMDC_KIO); in ppm_parse_dc()
1177 case PPMDC_KIO: in ppm_parse_dc()
1197 dc->method == PPMDC_KIO || in ppm_parse_dc()
1201 dc->method == PPMDC_KIO); in ppm_parse_dc()
1211 case PPMDC_KIO: in ppm_parse_dc()
1408 if (d->method == PPMDC_KIO) { in ppm_print_dc()
H A Dppm.c1733 case PPMDC_KIO: in ppm_fetset()
1823 case PPMDC_KIO: in ppm_fetget()
1876 case PPMDC_KIO: in ppm_switch_clock()
2284 case PPMDC_KIO: in ppm_gpioset()
2335 ASSERT(dc->method == PPMDC_KIO); in ppm_pcie_pwr()
2416 ASSERT(dc->method == PPMDC_KIO); in ppm_pcie_pwr()
2748 ASSERT(dc && dc->method == PPMDC_KIO); in ppm_manage_sx()
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h222 #define PPMDC_KIO 1 /* simple ioctl with val as arg */ macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_plat.c134 case PPMDC_KIO: in ppm_cpu_go()