Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/irqchip/
Dirq-hip04.c364 irq_hw_number_t hwirq_base = 16; in hip04_of_init() local
393 nr_irqs -= hwirq_base; /* calculate # of irqs to allocate */ in hip04_of_init()
395 irq_base = irq_alloc_descs(-1, hwirq_base, nr_irqs, numa_node_id()); in hip04_of_init()
402 hwirq_base, in hip04_of_init()
/Linux-v5.4/include/linux/
Dirqdomain.h374 irq_hw_number_t hwirq_base, int count);
403 irq_hw_number_t hwirq_base, int count);
/Linux-v5.4/kernel/irq/
Dirqdomain.c584 irq_hw_number_t hwirq_base, int count) in irq_domain_associate_many() argument
591 of_node_full_name(of_node), irq_base, (int)hwirq_base, count); in irq_domain_associate_many()
594 irq_domain_associate(domain, irq_base + i, hwirq_base + i); in irq_domain_associate_many()
714 irq_hw_number_t hwirq_base, int count) in irq_create_strict_mappings() argument
725 irq_domain_associate_many(domain, irq_base, hwirq_base, count); in irq_create_strict_mappings()
/Linux-v5.4/drivers/bus/
Dmoxtet.c27 int hwirq_base; member
317 first = mox_module_table[id].hwirq_base + in moxtet_set_irq()