Lines Matching defs:sparse
124 static unsigned int new_space(u64 phys_base, int sparse)
135 io_space[i].sparse == sparse)
146 io_space[i].sparse = sparse;
158 unsigned int sparse = 0, space_nr, len;
169 sparse = 1;
170 space_nr = new_space(entry->offset, sparse);
183 * The SDM guarantees the legacy 0-64K space is sparse, but if the
185 * mark it as sparse.
188 sparse = 1;
193 resource->start = base + (sparse ? IO_SPACE_SPARSE_ENCODING(min) : min);
194 resource->end = base + (sparse ? IO_SPACE_SPARSE_ENCODING(max) : max);