Searched refs:host_chip (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-nomadik/
H A Dgpio.c433 struct irq_chip *host_chip = get_irq_chip(irq); local
438 if (host_chip->mask_ack)
439 host_chip->mask_ack(irq);
441 host_chip->mask(irq);
442 if (host_chip->ack)
443 host_chip->ack(irq);
453 host_chip->unmask(irq);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-nomadik/
H A Dgpio.c433 struct irq_chip *host_chip = get_irq_chip(irq); local
438 if (host_chip->mask_ack)
439 host_chip->mask_ack(irq);
441 host_chip->mask(irq);
442 if (host_chip->ack)
443 host_chip->ack(irq);
453 host_chip->unmask(irq);

Completed in 74 milliseconds