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

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c192 static int ppm_gpioset(ppm_domain_t *, int);
2211 ppm_gpioset(ppm_domain_t *domp, int key) function
2214 char *str = "ppm_gpioset";
2352 if ((ret = ppm_gpioset(domp, PPMDC_CLK_OFF)) != DDI_SUCCESS) {
2360 if ((ret = ppm_gpioset(domp, PPMDC_PWR_OFF)) != DDI_SUCCESS) {
2369 if ((ret = ppm_gpioset(domp, PPMDC_RESET_ON)) != DDI_SUCCESS) {
2377 if ((ret = ppm_gpioset(domp, PPMDC_PWR_ON)) != DDI_SUCCESS) {
2385 if ((ret = ppm_gpioset(domp, PPMDC_CLK_ON)) != DDI_SUCCESS) {
2393 if ((ret = ppm_gpioset(domp, PPMDC_RESET_OFF)) != DDI_SUCCESS) {
2537 ret = ppm_gpioset(dom
[all...]

Completed in 46 milliseconds