Lines Matching refs:range

1135 	ppb_ranges_t range[PCICFG_RANGE_LEN];  in pcicfg_ntbridge_configure_done()  local
1146 bzero((caddr_t)range, sizeof (ppb_ranges_t) * PCICFG_RANGE_LEN); in pcicfg_ntbridge_configure_done()
1147 range[1].child_high = range[1].parent_high |= in pcicfg_ntbridge_configure_done()
1149 range[1].child_low = range[1].parent_low = (uint32_t)entry->memory_base; in pcicfg_ntbridge_configure_done()
1151 range[0].child_high = range[0].parent_high |= in pcicfg_ntbridge_configure_done()
1153 range[0].child_low = range[0].parent_low = (uint32_t)entry->io_base; in pcicfg_ntbridge_configure_done()
1155 range[2].child_high = range[2].parent_high |= in pcicfg_ntbridge_configure_done()
1157 range[2].child_low = range[2].parent_low = in pcicfg_ntbridge_configure_done()
1200 range[0].size_low = entry->io_len; in pcicfg_ntbridge_configure_done()
1201 if (pcicfg_update_ranges_prop(dip, &range[0])) { in pcicfg_ntbridge_configure_done()
1216 range[1].size_low = entry->memory_len; in pcicfg_ntbridge_configure_done()
1217 if (pcicfg_update_ranges_prop(dip, &range[1])) { in pcicfg_ntbridge_configure_done()
1232 range[2].size_low = entry->pf_memory_len; in pcicfg_ntbridge_configure_done()
1233 if (pcicfg_update_ranges_prop(dip, &range[2])) { in pcicfg_ntbridge_configure_done()
1764 ppb_ranges_t range[PCICFG_RANGE_LEN]; in pcicfg_bridge_assign() local
1792 bzero((caddr_t)range, sizeof (ppb_ranges_t) * PCICFG_RANGE_LEN); in pcicfg_bridge_assign()
1796 range[0].child_high = range[0].parent_high |= in pcicfg_bridge_assign()
1798 range[0].child_low = range[0].parent_low = entry->io_last; in pcicfg_bridge_assign()
1799 range[1].child_high = range[1].parent_high |= in pcicfg_bridge_assign()
1801 range[1].child_low = range[1].parent_low = in pcicfg_bridge_assign()
1803 range[2].child_high = range[2].parent_high |= in pcicfg_bridge_assign()
1805 range[2].child_low = range[2].parent_low = in pcicfg_bridge_assign()
1853 range[0].size_low = entry->io_last - entry->io_base; in pcicfg_bridge_assign()
1854 if (pcicfg_update_ranges_prop(dip, &range[0])) { in pcicfg_bridge_assign()
1862 range[1].size_low = in pcicfg_bridge_assign()
1864 if (pcicfg_update_ranges_prop(dip, &range[1])) { in pcicfg_bridge_assign()
1872 range[2].size_low = in pcicfg_bridge_assign()
1874 if (pcicfg_update_ranges_prop(dip, &range[2])) { in pcicfg_bridge_assign()
3784 ppb_ranges_t range[PCICFG_RANGE_LEN]; in pcicfg_probe_bridge() local
4154 bzero((caddr_t)range, sizeof (ppb_ranges_t) * PCICFG_RANGE_LEN); in pcicfg_probe_bridge()
4156 range[0].child_high = range[0].parent_high |= (PCI_REG_REL_M | in pcicfg_probe_bridge()
4158 range[0].child_low = range[0].parent_low = io_base; in pcicfg_probe_bridge()
4159 range[1].child_high = range[1].parent_high |= in pcicfg_probe_bridge()
4161 range[1].child_low = range[1].parent_low = mem_base; in pcicfg_probe_bridge()
4162 range[2].child_high = range[2].parent_high |= in pcicfg_probe_bridge()
4164 range[2].child_low = range[2].parent_low = pf_mem_base; in pcicfg_probe_bridge()
4166 range[0].size_low = io_alen; in pcicfg_probe_bridge()
4167 (void) pcicfg_update_ranges_prop(new_child, &range[0]); in pcicfg_probe_bridge()
4168 range[1].size_low = mem_alen; in pcicfg_probe_bridge()
4169 (void) pcicfg_update_ranges_prop(new_child, &range[1]); in pcicfg_probe_bridge()
4170 range[2].size_low = pf_mem_alen; in pcicfg_probe_bridge()
4171 (void) pcicfg_update_ranges_prop(new_child, &range[2]); in pcicfg_probe_bridge()
4542 bzero((caddr_t)range, sizeof (ppb_ranges_t) * PCICFG_RANGE_LEN); in pcicfg_probe_bridge()
4544 range[0].child_high = range[0].parent_high |= (PCI_REG_REL_M | in pcicfg_probe_bridge()
4546 range[0].child_low = range[0].parent_low = io_base; in pcicfg_probe_bridge()
4547 range[1].child_high = range[1].parent_high |= in pcicfg_probe_bridge()
4549 range[1].child_low = range[1].parent_low = mem_base; in pcicfg_probe_bridge()
4550 range[2].child_high = range[2].parent_high |= in pcicfg_probe_bridge()
4552 range[2].child_low = range[2].parent_low = pf_mem_base; in pcicfg_probe_bridge()
4555 range[0].size_low = io_size; in pcicfg_probe_bridge()
4556 (void) pcicfg_update_ranges_prop(new_child, &range[0]); in pcicfg_probe_bridge()
4559 range[1].size_low = mem_size; in pcicfg_probe_bridge()
4560 (void) pcicfg_update_ranges_prop(new_child, &range[1]); in pcicfg_probe_bridge()
4563 range[2].size_low = pf_mem_size; in pcicfg_probe_bridge()
4564 (void) pcicfg_update_ranges_prop(new_child, &range[2]); in pcicfg_probe_bridge()