Searched refs:ebus_paddr_cells (Results 1 – 2 of 2) sorted by relevance
405 (ebus_p->ebus_paddr_cells + ebus_p->ebus_addr_cells + in ebus_get_ranges_prop()427 ebus_p->ebus_paddr_cells = ddi_getprop(DDI_DEV_T_ANY, in ebus_get_cells_prop()430 ASSERT((ebus_p->ebus_paddr_cells == 3) || in ebus_get_cells_prop()431 (ebus_p->ebus_paddr_cells == 2)); in ebus_get_cells_prop()561 int rng_rec_sz = ebus_p->ebus_paddr_cells + ebus_p->ebus_addr_cells + in ebus_apply_range()564 int preg_rec_sz = ebus_p->ebus_paddr_cells + ebus_p->ebus_psz_cells; in ebus_apply_range()597 for (i = 0; i < ebus_p->ebus_paddr_cells; i++) in ebus_apply_range()600 preg_cell_p[ebus_p->ebus_paddr_cells-1] += addr_offset; in ebus_apply_range()947 if (ebus_p->ebus_paddr_cells == 3) { in ebus_vreg_dump()954 } else if (ebus_p->ebus_paddr_cells == 2) { in ebus_vreg_dump()
147 int ebus_paddr_cells; member