Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c491 dev_info_t *ap, *axq_dip; in sc_configure() local
531 if (create_nodes && (axq_dip = sc_find_axq_node(agent_id))) { in sc_configure()
532 ddi_release_devi(axq_dip); in sc_configure()
941 dev_info_t *axq_dip; member
946 axq_set_prop(dev_info_t *axq_dip, void *arg, uint_t flags) in axq_set_prop() argument
956 if (ndi_prop_update_string(DDI_DEV_T_NONE, axq_dip, in axq_set_prop()
963 if (ndi_prop_update_string(DDI_DEV_T_NONE, axq_dip, in axq_set_prop()
970 if (ndi_prop_update_string(DDI_DEV_T_NONE, axq_dip, in axq_set_prop()
977 if (ndi_prop_update_int(DDI_DEV_T_NONE, axq_dip, in axq_set_prop()
995 axq_dip, "reg", (int *)&reg, in axq_set_prop()
[all …]
H A Daxq.c1542 dev_info_t *axq_dip, *cdip, *pdip; in starcat_axq_pio_workaround() local
1579 axq_dip = NULL; in starcat_axq_pio_workaround()
1610 axq_dip = cdip; in starcat_axq_pio_workaround()
1616 if (axq_dip == NULL) { in starcat_axq_pio_workaround()
1622 if (ddi_getlongprop(DDI_DEV_T_ANY, axq_dip, DDI_PROP_DONTPASS, "reg", in starcat_axq_pio_workaround()
1624 cmn_err(CE_WARN, "%s: no regspec\n", ddi_get_name(axq_dip)); in starcat_axq_pio_workaround()
1625 ndi_rele_devi(axq_dip); in starcat_axq_pio_workaround()
1637 if (axq_map_phys(axq_dip, &phys_spec, (caddr_t *)&base_addr, in starcat_axq_pio_workaround()
1640 ddi_get_name(axq_dip)); in starcat_axq_pio_workaround()
1642 ndi_rele_devi(axq_dip); in starcat_axq_pio_workaround()
[all …]
H A Ddrmach.c4159 static dev_info_t *axq_dip = NULL; in drmach_slice_table_update() local
4174 if (e == axq_exp && axq_dip) { in drmach_slice_table_update()
4175 ndi_rele_devi(axq_dip); in drmach_slice_table_update()
4176 axq_dip = NULL; in drmach_slice_table_update()
4180 if (axq_dip == NULL || !i_ddi_devi_attached(axq_dip)) { in drmach_slice_table_update()
4185 if (axq_dip) in drmach_slice_table_update()
4186 ndi_rele_devi(axq_dip); in drmach_slice_table_update()
4187 axq_dip = ddi_find_devinfo(axq_name, i, 0); in drmach_slice_table_update()
4188 if (axq_dip && DDI_CF2(axq_dip)) { in drmach_slice_table_update()
4189 portid = ddi_getprop(DDI_DEV_T_ANY, axq_dip, in drmach_slice_table_update()
[all …]