Searched refs:slot_base (Results 1 – 5 of 5) sorted by relevance
62 static struct irq_info *check_dup_entry(struct irq_info *slot_base, in check_dup_entry() argument65 struct irq_info *slot = slot_base; in check_dup_entry()94 struct irq_info *slot, *slot_base; in create_pirq_routing_table() local170 slot_base = rt->slots; in create_pirq_routing_table()186 slot = check_dup_entry(slot_base, irq_entries, in create_pirq_routing_table()208 slot = slot_base + irq_entries++; in create_pirq_routing_table()
48 slotaddr = tbus->slot_base + slot * slotsize; in tc_bus_add_devices()170 tc_bus.resource[0].start = tc_bus.slot_base; in tc_init()171 tc_bus.resource[0].end = tc_bus.slot_base + in tc_init()
647 u64 __iomem *slot_base; in gasket_unmap_extended_pages() local659 slot_base = (u64 __iomem *)(page_address(pte->page) + in gasket_unmap_extended_pages()663 slot_base + slot_idx, len, 0); in gasket_unmap_extended_pages()961 u64 __iomem *slot_base; in gasket_map_extended_pages() local984 slot_base = in gasket_map_extended_pages()987 slot_base + slot_idx, host_addr, in gasket_map_extended_pages()
45 tbus->slot_base = CPHYSADDR((long)rex_slot_address(0)); in tc_bus_get_info()
70 resource_size_t slot_base; member