Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/
H A Dupa64s.c184 static int get_properties(upa64s_devstate_t *upa64s_p, dev_info_t *dip);
185 static void save_state(upa64s_devstate_t *upa64s_p);
186 static void restore_state(upa64s_devstate_t *upa64s_p);
203 upa64s_devstate_t *upa64s_p; /* per upa64s state pointer */ in upa64s_attach() local
219 upa64s_p = get_upa64s_soft_state(instance); in upa64s_attach()
220 upa64s_p->dip = dip; in upa64s_attach()
225 if (get_properties(upa64s_p, dip) != DDI_SUCCESS) in upa64s_attach()
245 (caddr_t *)&upa64s_p->config_base, 0, 0, &attr, in upa64s_attach()
246 &upa64s_p->config_base_ah) != DDI_SUCCESS) { in upa64s_attach()
252 upa64s_p->upa0_config = (uint64_t *)(upa64s_p->config_base + in upa64s_attach()
[all …]