Home
last modified time | relevance | path

Searched refs:hwirq_base (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/irqchip/
Dirq-hip04.c362 irq_hw_number_t hwirq_base = 16; in hip04_of_init() local
391 nr_irqs -= hwirq_base; /* calculate # of irqs to allocate */ in hip04_of_init()
393 irq_base = irq_alloc_descs(-1, hwirq_base, nr_irqs, numa_node_id()); in hip04_of_init()
400 hwirq_base, in hip04_of_init()
Dirq-gic.c1095 irq_hw_number_t hwirq_base; in gic_init_bases() local
1151 hwirq_base = 16; in gic_init_bases()
1155 hwirq_base = 32; in gic_init_bases()
1158 gic_irqs -= hwirq_base; /* calculate # of irqs to allocate */ in gic_init_bases()
1169 hwirq_base, &gic_irq_domain_ops, gic); in gic_init_bases()
/Linux-v4.19/include/linux/
Dirqdomain.h370 irq_hw_number_t hwirq_base, int count);
399 irq_hw_number_t hwirq_base, int count);
/Linux-v4.19/kernel/irq/
Dirqdomain.c568 irq_hw_number_t hwirq_base, int count) in irq_domain_associate_many() argument
575 of_node_full_name(of_node), irq_base, (int)hwirq_base, count); in irq_domain_associate_many()
578 irq_domain_associate(domain, irq_base + i, hwirq_base + i); in irq_domain_associate_many()
698 irq_hw_number_t hwirq_base, int count) in irq_create_strict_mappings() argument
709 irq_domain_associate_many(domain, irq_base, hwirq_base, count); in irq_create_strict_mappings()