Searched defs:agp_nvidia_softc (Results 1 – 1 of 1) sorted by relevance
62 struct agp_nvidia_softc { struct63 struct agp_softc agp;64 u_int32_t initial_aperture; /* aperture size at startup */65 struct agp_gatt * gatt;67 device_t dev; /* AGP Controller */68 device_t mc1_dev; /* Memory Controller */69 device_t mc2_dev; /* Memory Controller */70 device_t bdev; /* Bridge */72 u_int32_t wbc_mask;73 int num_dirs;[all …]