Home
last modified time | relevance | path

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; in pmugpio_map_regs() local
393 PMUGPIO_DEVICE_TYPE, &pmugpio_type) == DDI_PROP_SUCCESS) { in pmugpio_map_regs()
394 if (strcmp(pmugpio_type, "SUNW,mbc") == 0) in pmugpio_map_regs()
396 else if (strcmp(pmugpio_type, "SUNW,cpld") == 0) in pmugpio_map_regs()
400 pmugpio_type); in pmugpio_map_regs()
401 ddi_prop_free(pmugpio_type); in pmugpio_map_regs()
404 ddi_prop_free(pmugpio_type); in pmugpio_map_regs()