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

#include <iommu.h>

Data Fields

const charname
 
int num
 
int mids [MAX_NUM_MIDS]
 

Detailed Description

struct msm_iommu_ctx_dev - an IOMMU context bank instance name Human-readable name given to this context bank num Index of this context bank within the hardware mids List of Machine IDs that are to be mapped into this context bank, terminated by -1. The MID is a set of signals on the AXI bus that identifies the function associated with a specific memory request. (See ARM spec).

Definition at line 64 of file iommu.h.

Field Documentation

Definition at line 67 of file iommu.h.

const char* name

Definition at line 65 of file iommu.h.

int num

Definition at line 66 of file iommu.h.


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