Lines Matching refs:start
44 u32 start; member
54 return ra->start - rb->start; in sram_reserve_cmp()
80 res->start, size, pdev->name)) { in sram_probe()
85 virt_base = devm_ioremap_wc(&pdev->dev, res->start, size); in sram_probe()
126 if (child_res.start < res->start || child_res.end > res->end) { in sram_probe()
134 block->start = child_res.start - res->start; in sram_probe()
139 block->start, in sram_probe()
140 block->start + block->size); in sram_probe()
146 rblocks[nblocks - 1].start = size; in sram_probe()
156 if (block->start < cur_start) { in sram_probe()
159 block->start, cur_start); in sram_probe()
165 if (block->start == cur_start) { in sram_probe()
166 cur_start = block->start + block->size; in sram_probe()
175 cur_size = block->start - cur_start; in sram_probe()
181 res->start + cur_start, cur_size, -1); in sram_probe()
186 cur_start = block->start + block->size; in sram_probe()