Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sh/intc/
H A Dinternals.h25 #define SMP_NR(d, x) ((d->smp[(x)] >> 8) ? (d->smp[(x)] >> 8) : 1) macro
29 #define SMP_NR(d, x) 1 macro
H A Dchip.c23 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_E(handle)); cpu++) { in _intc_enable()
51 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_D(handle)); cpu++) { in intc_disable()
H A Dhandle.c217 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_E(handle)); cpu++) { in intc_enable_disable()
223 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_D(handle)); cpu++) { in intc_enable_disable()