Lines Matching +full:multi +full:- +full:functional
31 ----------------------
38 -----------------------------------------
44 - Multi-resource MCB devices like the VME Controller or M-Module carrier.
45 - MCB devices that need another MCB device, like SRAM for a DMA Controller's
47 - A per-carrier IRQ domain for carrier devices that have one (or more) IRQs
48 per MCB device like PCIe based carriers with MSI or MSI-X support.
53 MCB is divided into 3 functional blocks:
55 - The MEN Chameleon Bus itself,
56 - drivers for MCB Carrier Devices and
57 - the parser for the Chameleon table.
60 -----------------
64 Elektronik GmbH. These devices are multi-function devices implemented in a
72 ---------------
84 ------
102 ----------------
110 ----
113 MCB bus. If a carrier device driver implements the ->get_irq() callback
122 --------------------
137 .name = "foo-bar",
146 ---------------------
156 -----------------------
179 ---------
181 To make use of the kernel's DMA-API's function, you will need to use the
183 pointer (->dma_dev) to the carrier's device for DMA purposes::
185 ret = dma_set_mask_and_coherent(&mdev->dma_dev, DMA_BIT_MASK(dma_bits));