Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Darm_pmu_acpi.c279 int other_irq = per_cpu(hw_events->irq, cpu); in pmu_irq_matches() local
280 if (!other_irq) in pmu_irq_matches()
283 if (irq == other_irq) in pmu_irq_matches()
285 if (!irq_is_percpu_devid(irq) && !irq_is_percpu_devid(other_irq)) in pmu_irq_matches()
/openbmc/linux/drivers/spi/
H A Dspi-rspi.c544 unsigned int other_irq = 0; in rspi_dma_transfer() local
599 disable_irq(other_irq = rspi->tx_irq); in rspi_dma_transfer()
600 if (rx && rspi->rx_irq != other_irq) in rspi_dma_transfer()
635 if (rx && rspi->rx_irq != other_irq) in rspi_dma_transfer()