Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dirq.c62 static struct irq_info *check_dup_entry(struct irq_info *slot_base, in check_dup_entry() argument
65 struct irq_info *slot = slot_base; in check_dup_entry()
94 struct irq_info *slot, *slot_base; in create_pirq_routing_table() local
170 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_page_table.c647 u64 __iomem *slot_base; in gasket_unmap_extended_pages() local
659 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() local
984 slot_base = in gasket_map_extended_pages()
987 slot_base + slot_idx, host_addr, in gasket_map_extended_pages()
/OK3568_Linux_fs/kernel/arch/mips/dec/
H A Dtc.c45 tbus->slot_base = CPHYSADDR((long)rex_slot_address(0)); in tc_bus_get_info()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtc.h70 resource_size_t slot_base; member