Lines Matching defs:cells
81 u_int cells;
87 if (of_getprop_uint32(phandle, "#iommu-cells", &cells) != 0) {
99 iommu->iommu_cells = cells;
119 u_int n, cells;
130 if (of_getprop_uint32(iommu_phandle, "#iommu-cells", &cells)) {
139 cells > 0 ? &p[1] : NULL, dmat);
141 resid -= (cells + 1) * 4;
142 p += cells + 1;
161 u_int cells;
183 if (of_getprop_uint32(iommu_phandle, "#iommu-cells", &cells)) {
186 if (cells != 1) {