Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmubus.c268 if (pci_config_setup(dip, &pmubusp->pmubus_reghdl) != in pmubus_attach()
314 pci_config_teardown(&pmubusp->pmubus_reghdl); in pmubus_detach()
416 value = pci_config_get8(softsp->pmubus_reghdl, offset) & mask; in pmubus_get8()
459 value = pci_config_get32(softsp->pmubus_reghdl, offset) & mask; in pmubus_get32()
503 tmp = pci_config_get8(softsp->pmubus_reghdl, offset); in pmubus_put8()
507 pci_config_put8(softsp->pmubus_reghdl, offset, tmp); in pmubus_put8()
515 pci_config_put8(softsp->pmubus_reghdl, offset, value); in pmubus_put8()
519 tmp = pci_config_get8(softsp->pmubus_reghdl, offset); in pmubus_put8()
557 tmp = pci_config_get32(softsp->pmubus_reghdl, offset); in pmubus_put32()
561 pci_config_put32(softsp->pmubus_reghdl, offset, tmp); in pmubus_put32()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpmubus.h68 ddi_acc_handle_t pmubus_reghdl; member