Home
last modified time | relevance | path

Searched refs:slot_base (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/
H A Dirq.c121 static struct irq_info *check_dup_entry(struct irq_info *slot_base, in check_dup_entry() argument
124 struct irq_info *slot = slot_base; in check_dup_entry()
154 struct irq_info *slot, *slot_base; in create_pirq_routing_table() local
263 slot_base = rt->slots; in create_pirq_routing_table()
279 slot = check_dup_entry(slot_base, irq_entries, in create_pirq_routing_table()
301 slot = slot_base + irq_entries++; in create_pirq_routing_table()
/openbmc/linux/drivers/tc/
H A Dtc.c48 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()
/openbmc/linux/arch/mips/dec/
H A Dtc.c45 tbus->slot_base = CPHYSADDR((long)rex_slot_address(0)); in tc_bus_get_info()
/openbmc/linux/include/linux/
H A Dtc.h70 resource_size_t slot_base; member
/openbmc/linux/kernel/dma/
H A Dswiotlb.c1011 unsigned int slot_base; in swiotlb_area_find_slots() local
1046 slot_base = area_index * pool->area_nslabs; in swiotlb_area_find_slots()
1052 slot_index = slot_base + index; in swiotlb_area_find_slots()