Lines Matching refs:portid
78 uint_t portid; member
148 gptwocfg_configure_cpu(dev_info_t *ap, spcd_t *pcd, uint_t portid) in gptwocfg_configure_cpu() argument
158 portid, pcd); in gptwocfg_configure_cpu()
176 portid); in gptwocfg_configure_cpu()
182 if (cmp_node = gptwocfg_create_cmp_node(ap, pcd, portid)) in gptwocfg_configure_cpu()
193 cmp_node : ap, pcd, portid, pcd->spcd_cpuid[i], i, in gptwocfg_configure_cpu()
211 (mc_node[0] = gptwocfg_create_mc_node(ap, pcd, portid))) in gptwocfg_configure_cpu()
232 gptwocfg_create_cmp_node(dev_info_t *ap, spcd_t *pcd, uint_t portid) in gptwocfg_create_cmp_node() argument
238 arg.portid = portid; in gptwocfg_create_cmp_node()
261 uint_t portid; in set_cmp_props() local
264 portid = bap->portid; in set_cmp_props()
267 portid, pcd); in set_cmp_props()
277 "portid", portid) != DDI_SUCCESS) { in set_cmp_props()
283 reg.gptwo_phys_hi = 0x400 | (portid >> 9); in set_cmp_props()
284 reg.gptwo_phys_low = (portid << 23); in set_cmp_props()
300 gptwocfg_create_cpu_node(dev_info_t *ap, spcd_t *pcd, uint_t portid, in gptwocfg_create_cpu_node() argument
307 arg.portid = portid; in gptwocfg_create_cpu_node()
469 uint_t portid, impl; in set_cpu_us3_props() local
472 portid = bcp->portid; in set_cpu_us3_props()
504 "portid", portid) != DDI_SUCCESS) { in set_cpu_us3_props()
510 reg.gptwo_phys_hi = 0x400 | (portid >> 9); in set_cpu_us3_props()
511 reg.gptwo_phys_low = (portid << 23); in set_cpu_us3_props()
877 gptwocfg_create_mc_node(dev_info_t *ap, spcd_t *pcd, uint_t portid) in gptwocfg_create_mc_node() argument
883 arg.portid = portid; in gptwocfg_create_mc_node()
884 arg.cpuid = portid; in gptwocfg_create_mc_node()
906 uint_t portid = bcp->portid; in set_mc_props() local
910 "cpuid=0x%x\n", ddi_get_parent(new_child), portid, cpuid); in set_mc_props()
934 "portid", portid) != DDI_SUCCESS) { in set_mc_props()
947 reg.gptwo_phys_hi = 0x400 | (portid >> 9); in set_mc_props()
948 reg.gptwo_phys_low = (portid << 23) | 0x400000; in set_mc_props()