Lines Matching refs:c_start
89 bus_addr_t c_start;
214 if (addr < c->c_start ||
215 addr + size > c->c_start + c->c_size)
218 pa = c->c_pbase + (addr - c->c_start);
272 if (addr < c->c_start || (addr + off) >= (c->c_start + c->c_size))
275 return mips_btop(c->c_pbase + (addr - c->c_start) + off);
291 if (start < c->c_start || ((start + size) > (c->c_start + c->c_size)))
299 pa = c->c_pbase + (addr - c->c_start);
638 c->c_start = start;