HomeSort by: relevance | last modified time | path
    Searched refs:flush_bst (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
agp_i810var.h 53 bus_space_tag_t flush_bst; member in struct:agp_i810_softc
agp_i810.c 232 bus_space_write_4(isc->flush_bst, isc->flush_bsh, 0, 1);
684 isc->flush_bst = isc->vga_pa.pa_memt;
721 error = bus_space_map(isc->flush_bst, addr & ~1, PAGE_SIZE, 0,
727 error = bus_space_alloc(isc->flush_bst, minaddr, maxaddr,
766 bus_space_free(isc->flush_bst, isc->flush_bsh, PAGE_SIZE);
769 bus_space_unmap(isc->flush_bst, isc->flush_bsh, PAGE_SIZE);

Completed in 13 milliseconds