Home
last modified time | relevance | path

Searched refs:current_aperture (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/agp/
H A Dagp_intel.c55 u_int32_t current_aperture; /* current aperture size */ member
234 sc->current_aperture = sc->initial_aperture = AGP_GET_APERTURE(dev); in agp_intel_attach()
313 AGP_SET_APERTURE(dev, sc->current_aperture); in agp_intel_resume()
357 sc->current_aperture = apsize; in agp_intel_set_aperture()
H A Dagp.c326 u_int32_t current_aperture; in agp_generic_set_aperture() local
328 current_aperture = AGP_GET_APERTURE(dev); in agp_generic_set_aperture()
329 if (current_aperture != aperture) in agp_generic_set_aperture()