Searched refs:gatt (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/char/agp/
H A Dparisc-agp.c41 __le64 *gatt; member in struct:_parisc_agp_info
107 info->gatt[i] = cpu_to_le64(agp_bridge->scratch_page);
118 info->gatt[0] = SBA_AGPGART_COOKIE;
144 if (info->gatt[j])
161 info->gatt[j] = cpu_to_le64(
164 asm_io_fdc(&info->gatt[j]);
187 info->gatt[i] = cpu_to_le64(agp_bridge->scratch_page);
272 info->gatt = NULL;
286 info->gatt = &io_pdir[(PLUTO_IOVA_SIZE/2) >> PAGE_SHIFT];
288 if (info->gatt[
[all...]
/linux-master/drivers/mmc/host/
H A Dvia-sdmmc.c697 u8 gatt; local
703 gatt = readb(host->pcictrl_mmiobase + VIA_CRDR_PCICLKGATT);
705 gatt &= ~VIA_CRDR_PCICLKGATT_3V3;
707 gatt |= VIA_CRDR_PCICLKGATT_3V3;
709 gatt |= VIA_CRDR_PCICLKGATT_PAD_PWRON;
711 gatt &= ~VIA_CRDR_PCICLKGATT_PAD_PWRON;
712 writeb(gatt, host->pcictrl_mmiobase + VIA_CRDR_PCICLKGATT);
806 u8 gatt; local
815 gatt = VIA_CRDR_PCICLKGATT_PAD_PWRON;
817 gatt
1083 u8 gatt; local
1176 u8 gatt; local
1277 u8 gatt; local
[all...]
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c617 void *gatt; local
644 gatt = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
646 if (!gatt)
648 if (set_memory_uc((unsigned long)gatt, gatt_size >> PAGE_SHIFT))
651 agp_gatt_table = gatt;

Completed in 110 milliseconds