Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmubus.c225 pmubus_devstate_t *pmubusp; /* per pmubus state pointer */ in pmubus_attach() local
241 pmubusp = ddi_get_soft_state(per_pmubus_state, instance); in pmubus_attach()
242 pmubusp->pmubus_dip = dip; in pmubus_attach()
246 "reg", (caddr_t)&pmubusp->pmubus_regp, in pmubus_attach()
247 &pmubusp->pmubus_reglen) != DDI_SUCCESS) { in pmubus_attach()
255 "ranges", (caddr_t)&pmubusp->pmubus_rangep, in pmubus_attach()
256 &pmubusp->pmubus_rnglen) != DDI_SUCCESS) { in pmubus_attach()
264 pmubusp->pmubus_nranges = in pmubus_attach()
265 pmubusp->pmubus_rnglen / sizeof (pmu_rangespec_t); in pmubus_attach()
268 if (pci_config_setup(dip, &pmubusp->pmubus_reghdl) != in pmubus_attach()
[all …]