Home
last modified time | relevance | path

Searched refs:PPMDC_I2CKIO (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dppm_plat.h38 if (dc->method == PPMDC_I2CKIO) \
45 if (dc->method == PPMDC_I2CKIO) \
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1043 "I2CKIO", PPMDC_I2CKIO,
1167 dc->method == PPMDC_I2CKIO); in ppm_parse_dc()
1183 case PPMDC_I2CKIO: in ppm_parse_dc()
1198 dc->method == PPMDC_I2CKIO); in ppm_parse_dc()
1216 case PPMDC_I2CKIO: in ppm_parse_dc()
1412 } else if (d->method == PPMDC_I2CKIO) { in ppm_print_dc()
H A Dppm.c1723 case PPMDC_I2CKIO: { in ppm_fetset()
1800 case PPMDC_I2CKIO: { in ppm_fetget()
2248 case PPMDC_I2CKIO: { in ppm_gpioset()
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h226 #define PPMDC_I2CKIO 4 /* ioctl with i2c_gpio_t as arg */ macro