Lines Matching refs:entry_p
2703 pcicfg_phdl_t *entry_p = (pcicfg_phdl_t *)hdl; in pcicfg_find_resource_end() local
2710 entry_p->error = PCICFG_SUCCESS; in pcicfg_find_resource_end()
2712 if (dip == entry_p->dip) { in pcicfg_find_resource_end()
2735 base = entry_p->memory_base; in pcicfg_find_resource_end()
2736 entry_p->memory_base = MAX(base, lo + size); in pcicfg_find_resource_end()
2739 base = entry_p->memory_base; in pcicfg_find_resource_end()
2740 entry_p->memory_base = MAX(base, in pcicfg_find_resource_end()
2744 base = entry_p->io_base; in pcicfg_find_resource_end()
2745 entry_p->io_base = MAX(base, lo + size); in pcicfg_find_resource_end()
2769 entry_p->memory_base) { in pcicfg_find_resource_end()
2770 entry_p->memory_base = in pcicfg_find_resource_end()
2779 entry_p->memory_base) { in pcicfg_find_resource_end()
2780 entry_p->memory_base = PCICFG_LADDR( in pcicfg_find_resource_end()
2789 entry_p->io_base) { in pcicfg_find_resource_end()
2790 entry_p->io_base = in pcicfg_find_resource_end()