> #define pnp_irq(dev,bar) ((dev)->res.irq_resource[(bar)].start)
> +#define pnp_irq_start(dev,bar) ((dev)->res.irq_resource[(bar)].start)
> +#define pnp_irq_end(dev,bar) ((dev)->res.irq_resource[(bar)].end)
NAK as discussed earlier.
> #define pnp_irq_flags(dev,bar) ((dev)->res.irq_resource[(bar)].flags)
> #define pnp_irq_valid(dev,bar) \
> ((pnp_irq_flags((dev),(bar)) & (IORESOURCE_IRQ | IORESOURCE_UNSET)) \
> == IORESOURCE_IRQ)
>
> #define pnp_dma(dev,bar) ((dev)->res.dma_resource[(bar)].start)
> +#define pnp_dma_start(dev,bar) ((dev)->res.dma_resource[(bar)].start)
> +#define pnp_dma_end(dev,bar) ((dev)->res.dma_resource[(bar)].end)
Ditto DMA is not range based.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]