Lines Matching refs:sdramAddrBase
94 static sdramaddr_t* sdramAddrBase= NULL;
177 hosts[i].sdramAddrBase= (sdramaddr_t)strtol(string, (char**)NULL, 0);
200 hosts[i].sdramAddrBase, hosts[i].elanAddrBase);
255 if (!(sdramAddrBase=(sdramaddr_t*)crAlloc(nodeRange*sizeof(sdramaddr_t)))) {
268 sdramAddrBase[i]= (sdramaddr_t)0;
272 sdramAddrBase[hosts[i].id]= hosts[i].sdramAddrBase;
310 hn,h->name,h->id,(int)h->sdramAddrBase,(int)h->elanAddrBase);
1010 + sdramAddrBase[(ids[iDest]/NUM_SEND_BUFFERS) + tcomm->lhost]
1011 - sdramAddrBase[(vp/NUM_SEND_BUFFERS) + tcomm->lhost];