Searched defs:agp_i810_softc (Results 1 – 1 of 1) sorted by relevance
37 struct agp_i810_softc { struct38 struct pci_attach_args vga_pa; /* integrated graphics device args */39 int chiptype; /* chipset family: i810, i830, &c. */40 uint32_t stolen; /* pages of stolen graphics memory */43 bus_space_tag_t bst;44 bus_space_handle_t bsh;45 bus_size_t size;71 int agp_i810_write_gtt_entry(struct agp_i810_softc *, off_t, bus_addr_t, argument