Searched refs:agp (Results 1 – 3 of 3) sorted by relevance
590 titan_agp_setup(alpha_agp_info *agp) in titan_agp_setup() argument601 aper->arena = agp->hose->sg_pci; in titan_agp_setup()611 agp->aperture.bus_base = in titan_agp_setup()613 agp->aperture.size = aper->pg_count * PAGE_SIZE; in titan_agp_setup()614 agp->aperture.sysdata = aper; in titan_agp_setup()620 titan_agp_cleanup(alpha_agp_info *agp) in titan_agp_cleanup() argument622 struct titan_agp_aperture *aper = agp->aperture.sysdata; in titan_agp_cleanup()637 kfree(agp); in titan_agp_cleanup()641 titan_agp_configure(alpha_agp_info *agp) in titan_agp_configure() argument644 titan_pachip_port *port = agp->private; in titan_agp_configure()[all …]
860 marvel_agp_setup(alpha_agp_info *agp) in marvel_agp_setup() argument870 aper->arena = agp->hose->sg_pci; in marvel_agp_setup()881 agp->aperture.bus_base = in marvel_agp_setup()883 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup()884 agp->aperture.sysdata = aper; in marvel_agp_setup()890 marvel_agp_cleanup(alpha_agp_info *agp) in marvel_agp_cleanup() argument892 struct marvel_agp_aperture *aper = agp->aperture.sysdata; in marvel_agp_cleanup()907 kfree(agp); in marvel_agp_cleanup()911 marvel_agp_configure(alpha_agp_info *agp) in marvel_agp_configure() argument913 io7_ioport_csrs *csrs = ((struct io7_port *)agp->hose->sysdata)->csrs; in marvel_agp_configure()[all …]
239 struct device_node *agp; in SYSCALL_DEFINE3() local241 agp = of_find_compatible_node(NULL, NULL, "u3-agp"); in SYSCALL_DEFINE3()242 if (agp) in SYSCALL_DEFINE3()244 of_node_put(agp); in SYSCALL_DEFINE3()