Lines Matching full:isa
2 DMA with ISA and LPC devices
7 This document describes how to do DMA transfers using the old ISA DMA
8 controller. Even though ISA is more or less dead today the LPC bus
14 To do ISA style DMA you need to include two headers::
22 The second contains the routines specific to ISA DMA transfers. Since
24 Kconfig to be dependent on ISA_DMA_API (not ISA) so that nobody tries
30 The ISA DMA controller has some very strict requirements on which
44 Unfortunately the memory available for ISA DMA is scarce so unless you
57 will require a Kconfig dependency to ISA, not just ISA_DMA_API which
59 has its origins in ISA it is used elsewhere.
61 Note: x86_64 had a broken DMA API when it came to ISA but has since
63 reverting to the ISA functions.
68 A normal ISA DMA controller has 8 channels. The lower four are for
89 Before you use any ISA DMA routines you need to claim the DMA lock