Searched refs:agp_master_softc_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/agp/ |
H A D | agpmaster_io.h | 86 } agp_master_softc_t; typedef 88 extern int agpmaster_attach(dev_info_t *, agp_master_softc_t **, 90 extern void agpmaster_detach(agp_master_softc_t **); 92 cred_t *cred, int *rval, agp_master_softc_t *softc);
|
/titanic_50/usr/src/uts/intel/io/agpmaster/ |
H A D | agpmaster.c | 110 static int detect_i8xx_device(agp_master_softc_t *); 111 static int detect_agp_devcice(agp_master_softc_t *, ddi_acc_handle_t); 148 agpmaster_detach(agp_master_softc_t **master_softcp) in agpmaster_detach() 150 agp_master_softc_t *master_softc; in agpmaster_detach() 170 kmem_free(master_softc, sizeof (agp_master_softc_t)); in agpmaster_detach() 182 i965_apersize(agp_master_softc_t *agpmaster) in i965_apersize() 259 set_gtt_mmio(dev_info_t *devi, agp_master_softc_t *agpmaster, in set_gtt_mmio() 357 agpmaster_attach(dev_info_t *devi, agp_master_softc_t **master_softcp, in agpmaster_attach() 362 agp_master_softc_t *agpmaster; in agpmaster_attach() 368 agpmaster = (agp_master_softc_t *) in agpmaster_attach() [all …]
|
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | drm_sunmod.h | 135 agp_master_softc_t *mis_agpm; /* agpmaster softstate ptr */
|
H A D | drm_sunmod.c | 140 agp_master_softc_t *agpm; in drm_supp_register()
|
/titanic_50/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 164 agp_master_softc_t *agp_master; /* NULL means not PCI, for AGP */
|