Home
last modified time | relevance | path

Searched refs:agp (Results 1 – 3 of 3) sorted by relevance

/arch/alpha/kernel/
Dcore_titan.c591 titan_agp_setup(alpha_agp_info *agp) in titan_agp_setup() argument
602 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() argument
623 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() argument
645 titan_pachip_port *port = agp->private; in titan_agp_configure()
[all …]
Dcore_marvel.c908 marvel_agp_setup(alpha_agp_info *agp) in marvel_agp_setup() argument
918 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() argument
940 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() argument
961 io7_ioport_csrs *csrs = ((struct io7_port *)agp->hose->sysdata)->csrs; in marvel_agp_configure()
[all …]
/arch/powerpc/kernel/
Dpci_64.c221 struct device_node *agp; in SYSCALL_DEFINE3() local
223 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()