Home | History | Annotate | Download | only in ev64260

Lines Matching defs:gt_base

108 bus_addr_t gt_base = 0;
212 gt_base = *cf->cf_loc;
214 ev64260_gt_bs_tag.pbs_offset = gt_base;
215 ev64260_gt_bs_tag.pbs_base = gt_base;
216 ev64260_gt_bs_tag.pbs_limit += gt_base;
217 oea_batinit(gt_base, BAT_BL_256M, 0);
301 out32rb(gt_base + GTMPSC_MRR, GTMPSC_MRR_RES);
302 cr = in32rb(gt_base + GTMPSC_RCRR);
305 out32rb(gt_base + GTMPSC_RCRR, cr);
306 out32rb(gt_base + GTMPSC_TCRR, cr);
309 out32rb(gt_base + BRG_BCR(brg),
312 gtmpsccnattach(&ev64260_gt_bs_tag, &ev64260_bus_dma_tag, gt_base,
397 datal = in32rb(gt_base + di->low_decode);
398 datah = in32rb(gt_base + di->high_decode);
413 datal = in32rb(gt_base + GT_PCI0_Mem0_Low_Decode);
414 datah = in32rb(gt_base + GT_PCI0_Mem0_High_Decode);
418 out32rb(gt_base + GT_PCI0_Mem0_Low_Decode, datal);
423 out32rb(gt_base + GT_PCI0_Mem0_High_Decode, datal);
444 out32rb(gt_base + GT_PCI1_IO_Remap, 0);
446 datal = in32rb(gt_base + GT_PCI0_IO_Low_Decode);
447 datah = in32rb(gt_base + GT_PCI0_IO_High_Decode);
451 out32rb(gt_base + GT_PCI0_IO_Low_Decode, datal);
456 out32rb(gt_base + GT_PCI0_IO_High_Decode, datal);
466 datal = in32rb(gt_base + GT_PCI1_Mem0_Low_Decode);
467 datah = in32rb(gt_base + GT_PCI1_Mem0_High_Decode);
471 out32rb(gt_base + GT_PCI1_Mem0_Low_Decode, datal);
476 out32rb(gt_base + GT_PCI1_Mem0_High_Decode, datal);
497 out32rb(gt_base + GT_PCI1_IO_Remap, 0);
499 datal = in32rb(gt_base + GT_PCI1_IO_Low_Decode);
500 datah = in32rb(gt_base + GT_PCI1_IO_High_Decode);
504 out32rb(gt_base + GT_PCI1_IO_Low_Decode, datal);
509 out32rb(gt_base + GT_PCI1_IO_High_Decode, datal);
545 nstart = GT_LowAddr_GET(in32rb(gt_base + di->low_decode));
546 nend = GT_HighAddr_GET(in32rb(gt_base + di->high_decode)) + 1;