Searched refs:regops (Results 1 – 4 of 4) sorted by relevance
204 extern int px_lib_hotplug_init(dev_info_t *dip, void *regops);
228 pcie_hp_regops_t regops; in px_attach() local316 if (px_lib_hotplug_init(dip, (void *)®ops) == DDI_SUCCESS) { in px_attach()324 if (pcie_init(dip, (caddr_t)®ops) != DDI_SUCCESS) in px_attach()
3455 pcie_hp_regops_t *regops = (pcie_hp_regops_t *)arg; in hvio_hotplug_init() local3484 regops->get = oberon_hpreg_get; in hvio_hotplug_init()3485 regops->put = oberon_hpreg_put; in hvio_hotplug_init()3488 regops->cookie = (void *)&pxu_p->px_address[PX_REG_CSR]; in hvio_hotplug_init()
536 pcie_hp_regops_t *regops = (pcie_hp_regops_t *)(void *)arg; in pciehpc_init() local552 if (regops != NULL) { in pciehpc_init()554 ctrl_p->hc_regops = *regops; in pciehpc_init()