Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/io/
H A Debus.c86 static int ebus_config(ebus_devstate_t *ebus_p);
87 static int ebus_apply_range(ebus_devstate_t *ebus_p, dev_info_t *rdip,
89 int ebus_get_ranges_prop(ebus_devstate_t *ebus_p);
90 static void ebus_get_cells_prop(ebus_devstate_t *ebus_p);
91 static void ebus_vreg_dump(ebus_devstate_t *ebus_p, vregspec_t *rp);
246 ebus_devstate_t *ebus_p; /* per ebus state pointer */ in ebus_info() local
250 ebus_p = get_ebus_soft_state(instance); in ebus_info()
257 if (ebus_p == NULL) in ebus_info()
259 *result = (void *)ebus_p->dip; in ebus_info()
281 ebus_devstate_t *ebus_p; /* per ebus state pointer */ in ebus_attach() local
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c82 static int acebus_config(ebus_devstate_t *ebus_p);
83 static int acebus_apply_range(ebus_devstate_t *ebus_p, dev_info_t *rdip,
85 static int acebus_get_ranges_prop(ebus_devstate_t *ebus_p);
87 static int acebus_update_props(ebus_devstate_t *ebus_p);
228 ebus_devstate_t *ebus_p; /* per ebus state pointer */ in acebus_attach() local
244 ebus_p = get_acebus_soft_state(instance); in acebus_attach()
245 ebus_p->dip = dip; in acebus_attach()
251 if (!acebus_config(ebus_p)) { in acebus_attach()
259 if (acebus_get_ranges_prop(ebus_p) != DDI_SUCCESS) { in acebus_attach()
267 ebus_p->state = ATTACHED; in acebus_attach()
[all …]