Searched refs:agp (Results 1 – 3 of 3) sorted by relevance
591 titan_agp_setup(alpha_agp_info *agp) in titan_agp_setup() argument602 aper->arena = agp->hose->sg_pci; in titan_agp_setup()612 agp->aperture.bus_base = in titan_agp_setup()614 agp->aperture.size = aper->pg_count * PAGE_SIZE; in titan_agp_setup()615 agp->aperture.sysdata = aper; in titan_agp_setup()621 titan_agp_cleanup(alpha_agp_info *agp) in titan_agp_cleanup() argument623 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_cleanup()638 kfree(agp); in titan_agp_cleanup()642 titan_agp_configure(alpha_agp_info *agp) in titan_agp_configure() argument645 titan_pachip_port *port = agp->private; in titan_agp_configure()[all …]
908 marvel_agp_setup(alpha_agp_info *agp) in marvel_agp_setup() argument918 aper->arena = agp->hose->sg_pci; in marvel_agp_setup()929 agp->aperture.bus_base = in marvel_agp_setup()931 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()932 agp->aperture.sysdata = aper; in marvel_agp_setup()938 marvel_agp_cleanup(alpha_agp_info *agp) in marvel_agp_cleanup() argument940 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()955 kfree(agp); in marvel_agp_cleanup()959 marvel_agp_configure(alpha_agp_info *agp) in marvel_agp_configure() argument961 io7_ioport_csrs *csrs = ((struct io7_port *)agp->hose->sysdata)->csrs; in marvel_agp_configure()[all …]
221 struct device_node *agp; in SYSCALL_DEFINE3() local223 agp = of_find_compatible_node(NULL, NULL, "u3-agp"); in SYSCALL_DEFINE3()224 if (agp) in SYSCALL_DEFINE3()226 of_node_put(agp); in SYSCALL_DEFINE3()