Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_lib.h204 extern int px_lib_hotplug_init(dev_info_t *dip, void *regops);
H A Dpx.c230 pcie_hp_regops_t regops; in px_attach() local
318 if (px_lib_hotplug_init(dip, (void *)&regops) == DDI_SUCCESS) { in px_attach()
326 if (pcie_init(dip, (caddr_t)&regops) != DDI_SUCCESS) in px_attach()
/titanic_44/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c126 pcie_hp_regops_t *regops = (pcie_hp_regops_t *)(void *)arg; in pciehpc_init() local
142 if (regops != NULL) { in pciehpc_init()
144 ctrl_p->hc_regops = *regops; in pciehpc_init()
/titanic_44/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c3455 pcie_hp_regops_t *regops = (pcie_hp_regops_t *)arg; in hvio_hotplug_init() local
3484 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()