Searched refs:gatt (Results 1 – 3 of 3) sorted by relevance
41 __le64 *gatt; member107 info->gatt[i] = cpu_to_le64(agp_bridge->scratch_page); in parisc_agp_create_gatt_table()118 info->gatt[0] = SBA_AGPGART_COOKIE; in parisc_agp_free_gatt_table()144 if (info->gatt[j]) in parisc_agp_insert_memory()161 info->gatt[j] = cpu_to_le64( in parisc_agp_insert_memory()164 asm_io_fdc(&info->gatt[j]); in parisc_agp_insert_memory()187 info->gatt[i] = cpu_to_le64(agp_bridge->scratch_page); in parisc_agp_remove_memory()272 info->gatt = NULL; in agp_ioc_init()286 info->gatt = &io_pdir[(PLUTO_IOVA_SIZE/2) >> PAGE_SHIFT]; in agp_ioc_init()288 if (info->gatt[0] != SBA_AGPGART_COOKIE) { in agp_ioc_init()[all …]
698 u8 gatt; in via_sdc_set_power() local704 gatt = readb(host->pcictrl_mmiobase + VIA_CRDR_PCICLKGATT); in via_sdc_set_power()706 gatt &= ~VIA_CRDR_PCICLKGATT_3V3; in via_sdc_set_power()708 gatt |= VIA_CRDR_PCICLKGATT_3V3; in via_sdc_set_power()710 gatt |= VIA_CRDR_PCICLKGATT_PAD_PWRON; in via_sdc_set_power()712 gatt &= ~VIA_CRDR_PCICLKGATT_PAD_PWRON; in via_sdc_set_power()713 writeb(gatt, host->pcictrl_mmiobase + VIA_CRDR_PCICLKGATT); in via_sdc_set_power()807 u8 gatt; in via_reset_pcictrl() local816 gatt = VIA_CRDR_PCICLKGATT_PAD_PWRON; in via_reset_pcictrl()818 gatt &= VIA_CRDR_PCICLKGATT_3V3; in via_reset_pcictrl()[all …]
617 void *gatt; in init_amd_gatt() local644 gatt = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in init_amd_gatt()646 if (!gatt) in init_amd_gatt()648 if (set_memory_uc((unsigned long)gatt, gatt_size >> PAGE_SHIFT)) in init_amd_gatt()651 agp_gatt_table = gatt; in init_amd_gatt()