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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmugpio.c375 char *pmugpio_type; local
393 PMUGPIO_DEVICE_TYPE, &pmugpio_type) == DDI_PROP_SUCCESS) {
394 if (strcmp(pmugpio_type, "SUNW,mbc") == 0)
396 else if (strcmp(pmugpio_type, "SUNW,cpld") == 0)
400 pmugpio_type);
401 ddi_prop_free(pmugpio_type);
404 ddi_prop_free(pmugpio_type);

Completed in 55 milliseconds