Home
last modified time | relevance | path

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

/linux/arch/arm/mach-pxa/include/mach/
A Dballoon3.h60 #define BALLOON3_BP_CF_NRDY_IRQ BALLOON3_IRQ(0)
61 #define BALLOON3_BP_NSTSCHG_IRQ BALLOON3_IRQ(1)
172 #define BALLOON3_IRQ(x) (IRQ_BOARD_START + (x)) macro
/linux/arch/arm/mach-pxa/
A Dballoon3.c474 int balloon3_irq = (d->irq - BALLOON3_IRQ(0)); in balloon3_mask_irq()
481 int balloon3_irq = (d->irq - BALLOON3_IRQ(0)); in balloon3_unmask_irq()
507 irq = BALLOON3_IRQ(0) + __ffs(pending); in balloon3_irq_handler()
522 for (irq = BALLOON3_IRQ(0); irq <= BALLOON3_IRQ(7); irq++) { in balloon3_init_irq()

Completed in 4 milliseconds