Lines Matching refs:pmubus_reghdl
268 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()
569 pci_config_put32(softsp->pmubus_reghdl, offset, value); in pmubus_put32()
573 tmp = pci_config_get32(softsp->pmubus_reghdl, offset); in pmubus_put32()