Lines Matching refs:range

1138 	ppb_ranges_t range[PCICFG_RANGE_LEN];  in pcicfg_ntbridge_configure_done()  local
1149 bzero((caddr_t)range, sizeof (ppb_ranges_t) * PCICFG_RANGE_LEN); in pcicfg_ntbridge_configure_done()
1150 range[1].child_high = range[1].parent_high |= in pcicfg_ntbridge_configure_done()
1152 range[1].child_low = range[1].parent_low = (uint32_t)entry->memory_base; in pcicfg_ntbridge_configure_done()
1154 range[0].child_high = range[0].parent_high |= in pcicfg_ntbridge_configure_done()
1156 range[0].child_low = range[0].parent_low = (uint32_t)entry->io_base; in pcicfg_ntbridge_configure_done()
1158 range[2].child_high = range[2].parent_high |= in pcicfg_ntbridge_configure_done()
1160 range[2].child_low = range[2].parent_low = in pcicfg_ntbridge_configure_done()
1203 range[0].size_low = entry->io_len; in pcicfg_ntbridge_configure_done()
1204 if (pcicfg_update_ranges_prop(dip, &range[0])) { in pcicfg_ntbridge_configure_done()
1219 range[1].size_low = entry->memory_len; in pcicfg_ntbridge_configure_done()
1220 if (pcicfg_update_ranges_prop(dip, &range[1])) { in pcicfg_ntbridge_configure_done()
1235 range[2].size_low = entry->pf_memory_len; in pcicfg_ntbridge_configure_done()
1236 if (pcicfg_update_ranges_prop(dip, &range[2])) { in pcicfg_ntbridge_configure_done()
1767 ppb_ranges_t range[PCICFG_RANGE_LEN]; in pcicfg_bridge_assign() local
1795 bzero((caddr_t)range, sizeof (ppb_ranges_t) * PCICFG_RANGE_LEN); in pcicfg_bridge_assign()
1799 range[0].child_high = range[0].parent_high |= in pcicfg_bridge_assign()
1801 range[0].child_low = range[0].parent_low = entry->io_last; in pcicfg_bridge_assign()
1802 range[1].child_high = range[1].parent_high |= in pcicfg_bridge_assign()
1804 range[1].child_low = range[1].parent_low = in pcicfg_bridge_assign()
1806 range[2].child_high = range[2].parent_high |= in pcicfg_bridge_assign()
1808 range[2].child_low = range[2].parent_low = in pcicfg_bridge_assign()
1856 range[0].size_low = entry->io_last - entry->io_base; in pcicfg_bridge_assign()
1857 if (pcicfg_update_ranges_prop(dip, &range[0])) { in pcicfg_bridge_assign()
1865 range[1].size_low = in pcicfg_bridge_assign()
1867 if (pcicfg_update_ranges_prop(dip, &range[1])) { in pcicfg_bridge_assign()
1875 range[2].size_low = in pcicfg_bridge_assign()
1877 if (pcicfg_update_ranges_prop(dip, &range[2])) { in pcicfg_bridge_assign()
3787 ppb_ranges_t range[PCICFG_RANGE_LEN]; in pcicfg_probe_bridge() local
4157 bzero((caddr_t)range, sizeof (ppb_ranges_t) * PCICFG_RANGE_LEN); in pcicfg_probe_bridge()
4159 range[0].child_high = range[0].parent_high |= (PCI_REG_REL_M | in pcicfg_probe_bridge()
4161 range[0].child_low = range[0].parent_low = io_base; in pcicfg_probe_bridge()
4162 range[1].child_high = range[1].parent_high |= in pcicfg_probe_bridge()
4164 range[1].child_low = range[1].parent_low = mem_base; in pcicfg_probe_bridge()
4165 range[2].child_high = range[2].parent_high |= in pcicfg_probe_bridge()
4167 range[2].child_low = range[2].parent_low = pf_mem_base; in pcicfg_probe_bridge()
4169 range[0].size_low = io_alen; in pcicfg_probe_bridge()
4170 (void) pcicfg_update_ranges_prop(new_child, &range[0]); in pcicfg_probe_bridge()
4171 range[1].size_low = mem_alen; in pcicfg_probe_bridge()
4172 (void) pcicfg_update_ranges_prop(new_child, &range[1]); in pcicfg_probe_bridge()
4173 range[2].size_low = pf_mem_alen; in pcicfg_probe_bridge()
4174 (void) pcicfg_update_ranges_prop(new_child, &range[2]); in pcicfg_probe_bridge()
4545 bzero((caddr_t)range, sizeof (ppb_ranges_t) * PCICFG_RANGE_LEN); in pcicfg_probe_bridge()
4547 range[0].child_high = range[0].parent_high |= (PCI_REG_REL_M | in pcicfg_probe_bridge()
4549 range[0].child_low = range[0].parent_low = io_base; in pcicfg_probe_bridge()
4550 range[1].child_high = range[1].parent_high |= in pcicfg_probe_bridge()
4552 range[1].child_low = range[1].parent_low = mem_base; in pcicfg_probe_bridge()
4553 range[2].child_high = range[2].parent_high |= in pcicfg_probe_bridge()
4555 range[2].child_low = range[2].parent_low = pf_mem_base; in pcicfg_probe_bridge()
4558 range[0].size_low = io_size; in pcicfg_probe_bridge()
4559 (void) pcicfg_update_ranges_prop(new_child, &range[0]); in pcicfg_probe_bridge()
4562 range[1].size_low = mem_size; in pcicfg_probe_bridge()
4563 (void) pcicfg_update_ranges_prop(new_child, &range[1]); in pcicfg_probe_bridge()
4566 range[2].size_low = pf_mem_size; in pcicfg_probe_bridge()
4567 (void) pcicfg_update_ranges_prop(new_child, &range[2]); in pcicfg_probe_bridge()