Searched refs:regops (Results 1 – 4 of 4) sorted by relevance
204 extern int px_lib_hotplug_init(dev_info_t *dip, void *regops);
230 pcie_hp_regops_t regops; in px_attach() local318 if (px_lib_hotplug_init(dip, (void *)®ops) == DDI_SUCCESS) { in px_attach()326 if (pcie_init(dip, (caddr_t)®ops) != DDI_SUCCESS) in px_attach()
126 pcie_hp_regops_t *regops = (pcie_hp_regops_t *)(void *)arg; in pciehpc_init() local142 if (regops != NULL) { in pciehpc_init()144 ctrl_p->hc_regops = *regops; in pciehpc_init()
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()