Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dbcm-sba-raid.c131 struct sba_device { struct
133 struct device *dev;
135 enum sba_version ver;
137 u32 max_req;
138 u32 hw_buf_size;
139 u32 hw_resp_size;
140 u32 max_pq_coefs;
141 u32 max_pq_srcs;
142 u32 max_cmd_per_req;
143 u32 max_xor_srcs;
[all …]
/Linux-v5.4/arch/parisc/include/asm/
Dropes.h73 struct sba_device { struct
74 struct sba_device *next; /* list of SBA's in system */ argument
75 struct parisc_device *dev; /* dev found in bus walk */
76 const char *name;
77 void __iomem *sba_hpa; /* base address */
78 spinlock_t sba_lock;
79 unsigned int flags; /* state/functionality enabled */
80 unsigned int hw_rev; /* HW revision of chip */
82 struct resource chip_resv; /* MMIO reserved for chip */
83 struct resource iommu_resv; /* MMIO reserved for iommu */
[all …]