Home
last modified time | relevance | path

Searched defs:sba_device (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/parisc/include/asm/
Dropes.h72 struct sba_device { struct
73 struct sba_device *next; /* list of SBA's in system */ argument
74 struct parisc_device *dev; /* dev found in bus walk */
75 const char *name;
76 void __iomem *sba_hpa; /* base address */
77 spinlock_t sba_lock;
78 unsigned int flags; /* state/functionality enabled */
79 unsigned int hw_rev; /* HW revision of chip */
81 struct resource chip_resv; /* MMIO reserved for chip */
82 struct resource iommu_resv; /* MMIO reserved for iommu */
[all …]