Lines Matching refs:start
36 #define MCFG_BUS_RANGE(start, end) DEFINE_RES_NAMED((start), \
37 ((end) - (start) + 1), \
218 if (f->cfgres.start)
250 if (e->segment == seg && e->bus_start <= bus_res->start &&
260 res.start = root->mcfg_addr + (bus_res->start << 20);
261 res.end = res.start + (resource_size(bus_res) << 20) - 1;
268 * MCFG does not have it. Invalid CFG start address means MCFG
272 if (!res.start)