Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/irqchip/
Dirq-ompic.c71 #define OMPIC_CPUBYTES 8 macro
72 #define OMPIC_CTRL(cpu) (0x0 + (cpu * OMPIC_CPUBYTES))
73 #define OMPIC_STAT(cpu) (0x4 + (cpu * OMPIC_CPUBYTES))
165 if (resource_size(&res) < (num_possible_cpus() * OMPIC_CPUBYTES)) { in ompic_of_init()
168 (num_possible_cpus() * OMPIC_CPUBYTES)); in ompic_of_init()