Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
msm_iommu_drvdata Struct Reference

#include <iommu.h>

Data Fields

void __iomembase
 
int irq
 
int ncb
 
struct clkclk
 
struct clkpclk
 

Detailed Description

struct msm_iommu_drvdata - A single IOMMU hardware instance : IOMMU config port base address (VA) The number of contexts on this IOMMU : Interrupt number : The bus clock for this IOMMU hardware instance : The clock for the IOMMU bus interconnect

A msm_iommu_drvdata holds the global driver data about a single piece of an IOMMU hardware instance.

Definition at line 82 of file iommu.h.

Field Documentation

void __iomem* base

Definition at line 83 of file iommu.h.

Definition at line 86 of file iommu.h.

int irq

Definition at line 84 of file iommu.h.

Definition at line 85 of file iommu.h.

struct clk* pclk

Definition at line 87 of file iommu.h.


The documentation for this struct was generated from the following file: